Html Css Color HEX #6B8476 Sirocco

📋 copy color: '#6B8476'

red 107 ◦ green 132 ◦ blue 118

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

Shades of Sirocco #6B8476

Tints of Sirocco #6B8476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.97%

 BLUE value IS 118 (46.48% from 255) = 33.05%

R = 29.97%
G = 36.97%
B = 33.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#6B8476 (or 0x6B8476) is known color: Sirocco. HEX triplet: 6B, 84 and 76. RGB value is (107,132,118). Sum of RGB (Red+Green+Blue) = 107+132+118=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #6B8476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8476 is #947B89. Grayscale: #7A7A7A. Windows color (decimal): -9730954 or 7767147. OLE color: 7767147.

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

Color convert

RGB 107 132 118 -
CMYK 0.19 0 0.11 0.48
HSL 146.4º 0.1% 0.47% -
HSV(B) 146.4º 0.19% 0.52% -
XYZ 17.58 20.94 20.25 -
YUV 122.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 107 132 118 0.19 0 0.11 0.48 146.4 0.1 0.47
Hex 6B 84 76 13 0 B 30 92 A 2F
Octal 153 204 166 23 0 13 60 222 12 57
Binary 1101011 10000100 1110110 10011 0 1011 110000 10010010 1010 101111

Color Harmonies of #6B8476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8476

Black with #6B8476

Text Example


Text Example

White with #6B8476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,132,118); }

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

background-color css

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

 a { background-color: rgb(107,132,118); }

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

border-color css

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

 span { border-color: rgb(107,132,118); }

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