Html Css Color HEX #C6BE66 Dark Khaki

📋 copy color: '#C6BE66'

red 198 ◦ green 190 ◦ blue 102

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

Shades of Dark Khaki #C6BE66

Tints of Dark Khaki #C6BE66

RGB

 RED value IS 198 (77.73% from 255) = 40.41%

 GREEN value IS 190 (74.61% from 255) = 38.78%

 BLUE value IS 102 (40.23% from 255) = 20.82%

R = 40.41%
G = 38.78%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C6BE66 (or 0xC6BE66) is known color: Dark Khaki. HEX triplet: C6, BE and 66. RGB value is (198,190,102). Sum of RGB (Red+Green+Blue) = 198+190+102=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BE66 is #394199. Grayscale: #B6B6B6. Windows color (decimal): -3752346 or 6733510. OLE color: 6733510.

HSL color Cylindrical-coordinate representation of color #C6BE66: hue angle of 55º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6BE66 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 190 102 -
CMYK 0 0.04 0.48 0.22
HSL 55º 0.46% 0.59% -
HSV(B) 55º 0.48% 0.78% -
XYZ 44.1 49.79 19.86 -
YUV 182.36 82.65 139.16 -
System Red Green Blue C M Y K H S L
Decimal 198 190 102 0 0.04 0.48 0.22 55 0.46 0.59
Hex C6 BE 66 0 4 30 16 37 2E 3B
Octal 306 276 146 0 4 60 26 67 56 73
Binary 11000110 10111110 1100110 0 100 110000 10110 110111 101110 111011

Color Harmonies of #C6BE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BE66

Black with #C6BE66

Text Example


Text Example

White with #C6BE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BE66; }

 p { color: rgb(198,190,102); }

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

background-color css

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

 a { background-color: rgb(198,190,102); }

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

border-color css

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

 span { border-color: rgb(198,190,102); }

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