Html Css Color HEX #6B8375 Sirocco

📋 copy color: '#6B8375'

red 107 ◦ green 131 ◦ blue 117

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

Shades of Sirocco #6B8375

Tints of Sirocco #6B8375

RGB

 RED value IS 107 (42.19% from 255) = 30.14%

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

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

R = 30.14%
G = 36.9%
B = 32.96%

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

#6B8375 (or 0x6B8375) is known color: Sirocco. HEX triplet: 6B, 83 and 75. RGB value is (107,131,117). Sum of RGB (Red+Green+Blue) = 107+131+117=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 131 - color contains mainly: green. Hex color #6B8375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8375 is #947C8A. Grayscale: #7A7A7A. Windows color (decimal): -9731211 or 7701355. OLE color: 7701355.

HSL color Cylindrical-coordinate representation of color #6B8375: hue angle of 145º 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 #6B8375 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 131 117 -
CMYK 0.18 0 0.11 0.49
HSL 145º 0.1% 0.47% -
HSV(B) 145º 0.18% 0.51% -
XYZ 17.39 20.64 19.9 -
YUV 122.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 107 131 117 0.18 0 0.11 0.49 145 0.1 0.47
Hex 6B 83 75 12 0 B 31 91 A 2F
Octal 153 203 165 22 0 13 61 221 12 57
Binary 1101011 10000011 1110101 10010 0 1011 110001 10010001 1010 101111

Color Harmonies of #6B8375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8375

Black with #6B8375

Text Example


Text Example

White with #6B8375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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