Html Css Color HEX #6C8578 Sirocco

📋 copy color: '#6C8578'

red 108 ◦ green 133 ◦ blue 120

#6C8578
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sirocco #6C8578

Tints of Sirocco #6C8578

RGB

 RED value IS 108 (42.58% from 255) = 29.92%

 GREEN value IS 133 (52.34% from 255) = 36.84%

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 29.92%
G = 36.84%
B = 33.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6C8578 (or 0x6C8578) is known color: Sirocco. HEX triplet: 6C, 85 and 78. RGB value is (108,133,120). Sum of RGB (Red+Green+Blue) = 108+133+120=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8578 is #937A87. Grayscale: #7C7C7C. Windows color (decimal): -9665160 or 7898476. OLE color: 7898476.

HSL color Cylindrical-coordinate representation of color #6C8578: hue angle of 148.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C8578 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 133 120 -
CMYK 0.19 0 0.10 0.48
HSL 148.8º 0.1% 0.47% -
HSV(B) 148.8º 0.19% 0.52% -
XYZ 17.96 21.32 20.94 -
YUV 124.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 108 133 120 0.19 0 0.10 0.48 148.8 0.1 0.47
Hex 6C 85 78 13 0 A 30 95 A 2F
Octal 154 205 170 23 0 12 60 225 12 57
Binary 1101100 10000101 1111000 10011 0 1010 110000 10010101 1010 101111

Color Harmonies of #6C8578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8578

Black with #6C8578

Text Example


Text Example

White with #6C8578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C8578; }

 p { color: rgb(108,133,120); }

 H1.HeaderClassName
 {
   color: #6C8578;
 }
 .AnyTagClassName
 {
   color: #6C8578;
 }
</style>

background-color css

<style>
 a { background-color: #6C8578; }

 a { background-color: rgb(108,133,120); }

 div.DivClassName
 {
   background-color: #6C8578;
 }
 .BgClassName
 {
   background-color: #6C8578;
 }
</style>

border-color css

<style>
 span { border-color: #6C8578; }

 span { border-color: rgb(108,133,120); }

 td.TdClassName
 {
   border-color: #6C8578;
 }
 .TagClassName
 {
   border-color: #6C8578;
 }
</style>