Html Css Color HEX #B6B669 Dark Khaki

📋 copy color: '#B6B669'

red 182 ◦ green 182 ◦ blue 105

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

Shades of Dark Khaki #B6B669

Tints of Dark Khaki #B6B669

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.81%

 BLUE value IS 105 (41.41% from 255) = 22.39%

R = 38.81%
G = 38.81%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B6B669 (or 0xB6B669) is known color: Dark Khaki. HEX triplet: B6, B6 and 69. RGB value is (182,182,105). Sum of RGB (Red+Green+Blue) = 182+182+105=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B669 is #494996. Grayscale: #ADADAD. Windows color (decimal): -4802967 or 6928054. OLE color: 6928054.

HSL color Cylindrical-coordinate representation of color #B6B669: hue angle of 60º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6B669 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 182 105 -
CMYK 0 0 0.42 0.29
HSL 60º 0.35% 0.56% -
HSV(B) 60º 0.42% 0.71% -
XYZ 38.57 44.42 19.91 -
YUV 173.22 89.5 134.26 -
System Red Green Blue C M Y K H S L
Decimal 182 182 105 0 0 0.42 0.29 60 0.35 0.56
Hex B6 B6 69 0 0 2A 1D 3C 23 38
Octal 266 266 151 0 0 52 35 74 43 70
Binary 10110110 10110110 1101001 0 0 101010 11101 111100 100011 111000

Color Harmonies of #B6B669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B669

Black with #B6B669

Text Example


Text Example

White with #B6B669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B669; }

 p { color: rgb(182,182,105); }

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

background-color css

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

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

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

border-color css

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

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

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