Html Css Color HEX #B6B06E Dark Khaki

📋 copy color: '#B6B06E'

red 182 ◦ green 176 ◦ blue 110

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

Shades of Dark Khaki #B6B06E

Tints of Dark Khaki #B6B06E

RGB

 RED value IS 182 (71.48% from 255) = 38.89%

 GREEN value IS 176 (69.14% from 255) = 37.61%

 BLUE value IS 110 (43.36% from 255) = 23.5%

R = 38.89%
G = 37.61%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6B06E (or 0xB6B06E) is known color: Dark Khaki. HEX triplet: B6, B0 and 6E. RGB value is (182,176,110). Sum of RGB (Red+Green+Blue) = 182+176+110=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B06E is #494F91. Grayscale: #AAAAAA. Windows color (decimal): -4804498 or 7254198. OLE color: 7254198.

HSL color Cylindrical-coordinate representation of color #B6B06E: hue angle of 55º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6B06E is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 176 110 -
CMYK 0 0.03 0.40 0.29
HSL 55º 0.33% 0.57% -
HSV(B) 55º 0.4% 0.71% -
XYZ 37.63 42.12 20.9 -
YUV 170.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 182 176 110 0 0.03 0.40 0.29 55 0.33 0.57
Hex B6 B0 6E 0 3 28 1D 37 21 39
Octal 266 260 156 0 3 50 35 67 41 71
Binary 10110110 10110000 1101110 0 11 101000 11101 110111 100001 111001

Color Harmonies of #B6B06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B06E

Black with #B6B06E

Text Example


Text Example

White with #B6B06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B06E; }

 p { color: rgb(182,176,110); }

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

background-color css

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

 a { background-color: rgb(182,176,110); }

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

border-color css

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

 span { border-color: rgb(182,176,110); }

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