Html Css Color HEX #6C8375 Sirocco

📋 copy color: '#6C8375'

red 108 ◦ green 131 ◦ blue 117

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

Shades of Sirocco #6C8375

Tints of Sirocco #6C8375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.8%

 BLUE value IS 117 (46.09% from 255) = 32.87%

R = 30.34%
G = 36.8%
B = 32.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#6C8375 (or 0x6C8375) is known color: Sirocco. HEX triplet: 6C, 83 and 75. RGB value is (108,131,117). Sum of RGB (Red+Green+Blue) = 108+131+117=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 131 - color contains mainly: green. Hex color #6C8375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8375 is #937C8A. Grayscale: #7A7A7A. Windows color (decimal): -9665675 or 7701356. OLE color: 7701356.

HSL color Cylindrical-coordinate representation of color #6C8375: hue angle of 143.48º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6C8375 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 131 117 -
CMYK 0.18 0 0.11 0.49
HSL 143.48º 0.1% 0.47% -
HSV(B) 143.48º 0.18% 0.51% -
XYZ 17.51 20.71 19.9 -
YUV 122.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 108 131 117 0.18 0 0.11 0.49 143.48 0.1 0.47
Hex 6C 83 75 12 0 B 31 8F A 2F
Octal 154 203 165 22 0 13 61 217 12 57
Binary 1101100 10000011 1110101 10010 0 1011 110001 10001111 1010 101111

Color Harmonies of #6C8375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8375

Black with #6C8375

Text Example


Text Example

White with #6C8375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,131,117); }

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

background-color css

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

 a { background-color: rgb(108,131,117); }

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

border-color css

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

 span { border-color: rgb(108,131,117); }

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