Html Css Color HEX #C6B974 Dark Khaki

📋 copy color: '#C6B974'

red 198 ◦ green 185 ◦ blue 116

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

Shades of Dark Khaki #C6B974

Tints of Dark Khaki #C6B974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.07%

 BLUE value IS 116 (45.7% from 255) = 23.25%

R = 39.68%
G = 37.07%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C6B974 (or 0xC6B974) is known color: Dark Khaki. HEX triplet: C6, B9 and 74. RGB value is (198,185,116). Sum of RGB (Red+Green+Blue) = 198+185+116=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B974 is #39468B. Grayscale: #B5B5B5. Windows color (decimal): -3753612 or 7649734. OLE color: 7649734.

HSL color Cylindrical-coordinate representation of color #C6B974: hue angle of 50.49º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6B974 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 185 116 -
CMYK 0 0.07 0.41 0.22
HSL 50.49º 0.42% 0.62% -
HSV(B) 50.49º 0.41% 0.78% -
XYZ 43.79 47.96 23.47 -
YUV 181.02 91.31 140.11 -
System Red Green Blue C M Y K H S L
Decimal 198 185 116 0 0.07 0.41 0.22 50.49 0.42 0.62
Hex C6 B9 74 0 7 29 16 32 2A 3E
Octal 306 271 164 0 7 51 26 62 52 76
Binary 11000110 10111001 1110100 0 111 101001 10110 110010 101010 111110

Color Harmonies of #C6B974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B974

Black with #C6B974

Text Example


Text Example

White with #C6B974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B974; }

 p { color: rgb(198,185,116); }

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

background-color css

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

 a { background-color: rgb(198,185,116); }

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

border-color css

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

 span { border-color: rgb(198,185,116); }

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