Html Css Color HEX #C6BD68 Dark Khaki

📋 copy color: '#C6BD68'

red 198 ◦ green 189 ◦ blue 104

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

Shades of Dark Khaki #C6BD68

Tints of Dark Khaki #C6BD68

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.49%

 BLUE value IS 104 (41.02% from 255) = 21.18%

R = 40.33%
G = 38.49%
B = 21.18%

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

#C6BD68 (or 0xC6BD68) is known color: Dark Khaki. HEX triplet: C6, BD and 68. RGB value is (198,189,104). Sum of RGB (Red+Green+Blue) = 198+189+104=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BD68 is #394297. Grayscale: #B6B6B6. Windows color (decimal): -3752600 or 6864326. OLE color: 6864326.

HSL color Cylindrical-coordinate representation of color #C6BD68: hue angle of 54.26º 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 #C6BD68 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 189 104 -
CMYK 0 0.05 0.47 0.22
HSL 54.26º 0.45% 0.59% -
HSV(B) 54.26º 0.47% 0.78% -
XYZ 43.98 49.4 20.31 -
YUV 182 83.98 139.41 -
System Red Green Blue C M Y K H S L
Decimal 198 189 104 0 0.05 0.47 0.22 54.26 0.45 0.59
Hex C6 BD 68 0 5 2F 16 36 2D 3B
Octal 306 275 150 0 5 57 26 66 55 73
Binary 11000110 10111101 1101000 0 101 101111 10110 110110 101101 111011

Color Harmonies of #C6BD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BD68

Black with #C6BD68

Text Example


Text Example

White with #C6BD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BD68; }

 p { color: rgb(198,189,104); }

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

background-color css

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

 a { background-color: rgb(198,189,104); }

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

border-color css

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

 span { border-color: rgb(198,189,104); }

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