Html Css Color HEX #C5B367 Dark Khaki

📋 copy color: '#C5B367'

red 197 ◦ green 179 ◦ blue 103

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

Shades of Dark Khaki #C5B367

Tints of Dark Khaki #C5B367

RGB

 RED value IS 197 (77.34% from 255) = 41.13%

 GREEN value IS 179 (70.31% from 255) = 37.37%

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

R = 41.13%
G = 37.37%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C5B367 (or 0xC5B367) is known color: Dark Khaki. HEX triplet: C5, B3 and 67. RGB value is (197,179,103). Sum of RGB (Red+Green+Blue) = 197+179+103=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B367 is #3A4C98. Grayscale: #B0B0B0. Windows color (decimal): -3820697 or 6796229. OLE color: 6796229.

HSL color Cylindrical-coordinate representation of color #C5B367: hue angle of 48.51º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5B367 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 179 103 -
CMYK 0 0.09 0.48 0.23
HSL 48.51º 0.45% 0.59% -
HSV(B) 48.51º 0.48% 0.77% -
XYZ 41.59 45.09 19.34 -
YUV 175.72 86.96 143.18 -
System Red Green Blue C M Y K H S L
Decimal 197 179 103 0 0.09 0.48 0.23 48.51 0.45 0.59
Hex C5 B3 67 0 9 30 17 31 2D 3B
Octal 305 263 147 0 11 60 27 61 55 73
Binary 11000101 10110011 1100111 0 1001 110000 10111 110001 101101 111011

Color Harmonies of #C5B367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B367

Black with #C5B367

Text Example


Text Example

White with #C5B367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B367; }

 p { color: rgb(197,179,103); }

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

background-color css

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

 a { background-color: rgb(197,179,103); }

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

border-color css

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

 span { border-color: rgb(197,179,103); }

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