Html Css Color HEX #C4B968 Dark Khaki

📋 copy color: '#C4B968'

red 196 ◦ green 185 ◦ blue 104

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

Shades of Dark Khaki #C4B968

Tints of Dark Khaki #C4B968

RGB

 RED value IS 196 (76.95% from 255) = 40.41%

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

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

R = 40.41%
G = 38.14%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C4B968 (or 0xC4B968) is known color: Dark Khaki. HEX triplet: C4, B9 and 68. RGB value is (196,185,104). Sum of RGB (Red+Green+Blue) = 196+185+104=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B968 is #3B4697. Grayscale: #B3B3B3. Windows color (decimal): -3884696 or 6863300. OLE color: 6863300.

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

Color convert

RGB 196 185 104 -
CMYK 0 0.06 0.47 0.23
HSL 52.83º 0.44% 0.59% -
HSV(B) 52.83º 0.47% 0.77% -
XYZ 42.61 47.43 20.01 -
YUV 179.06 85.64 140.09 -
System Red Green Blue C M Y K H S L
Decimal 196 185 104 0 0.06 0.47 0.23 52.83 0.44 0.59
Hex C4 B9 68 0 6 2F 17 35 2C 3B
Octal 304 271 150 0 6 57 27 65 54 73
Binary 11000100 10111001 1101000 0 110 101111 10111 110101 101100 111011

Color Harmonies of #C4B968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B968

Black with #C4B968

Text Example


Text Example

White with #C4B968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B968; }

 p { color: rgb(196,185,104); }

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

background-color css

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

 a { background-color: rgb(196,185,104); }

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

border-color css

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

 span { border-color: rgb(196,185,104); }

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