Html Css Color HEX #C6BA67 Dark Khaki

📋 copy color: '#C6BA67'

red 198 ◦ green 186 ◦ blue 103

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

Shades of Dark Khaki #C6BA67

Tints of Dark Khaki #C6BA67

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.19%

 BLUE value IS 103 (40.63% from 255) = 21.15%

R = 40.66%
G = 38.19%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C6BA67 (or 0xC6BA67) is known color: Dark Khaki. HEX triplet: C6, BA and 67. RGB value is (198,186,103). Sum of RGB (Red+Green+Blue) = 198+186+103=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA67 is #394598. Grayscale: #B4B4B4. Windows color (decimal): -3753369 or 6798022. OLE color: 6798022.

HSL color Cylindrical-coordinate representation of color #C6BA67: hue angle of 52.42º degrees, saturation: 0.45, 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 #C6BA67 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 186 103 -
CMYK 0 0.06 0.48 0.22
HSL 52.42º 0.45% 0.59% -
HSV(B) 52.42º 0.48% 0.78% -
XYZ 43.3 48.1 19.83 -
YUV 180.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 198 186 103 0 0.06 0.48 0.22 52.42 0.45 0.59
Hex C6 BA 67 0 6 30 16 34 2D 3B
Octal 306 272 147 0 6 60 26 64 55 73
Binary 11000110 10111010 1100111 0 110 110000 10110 110100 101101 111011

Color Harmonies of #C6BA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA67

Black with #C6BA67

Text Example


Text Example

White with #C6BA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA67; }

 p { color: rgb(198,186,103); }

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

background-color css

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

 a { background-color: rgb(198,186,103); }

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

border-color css

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

 span { border-color: rgb(198,186,103); }

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