Html Css Color HEX #C6BC69 Dark Khaki

📋 copy color: '#C6BC69'

red 198 ◦ green 188 ◦ blue 105

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

Shades of Dark Khaki #C6BC69

Tints of Dark Khaki #C6BC69

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.29%

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

R = 40.33%
G = 38.29%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C6BC69 (or 0xC6BC69) is known color: Dark Khaki. HEX triplet: C6, BC and 69. RGB value is (198,188,105). Sum of RGB (Red+Green+Blue) = 198+188+105=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BC69 is #394396. Grayscale: #B5B5B5. Windows color (decimal): -3752855 or 6929606. OLE color: 6929606.

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

Color convert

RGB 198 188 105 -
CMYK 0 0.05 0.47 0.22
HSL 53.55º 0.45% 0.59% -
HSV(B) 53.55º 0.47% 0.78% -
XYZ 43.82 48.99 20.51 -
YUV 181.53 84.81 139.75 -
System Red Green Blue C M Y K H S L
Decimal 198 188 105 0 0.05 0.47 0.22 53.55 0.45 0.59
Hex C6 BC 69 0 5 2F 16 36 2D 3B
Octal 306 274 151 0 5 57 26 66 55 73
Binary 11000110 10111100 1101001 0 101 101111 10110 110110 101101 111011

Color Harmonies of #C6BC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BC69

Black with #C6BC69

Text Example


Text Example

White with #C6BC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BC69; }

 p { color: rgb(198,188,105); }

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

background-color css

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

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

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

border-color css

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

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

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