Html Css Color HEX #C1AF6D Dark Khaki

📋 copy color: '#C1AF6D'

red 193 ◦ green 175 ◦ blue 109

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

Shades of Dark Khaki #C1AF6D

Tints of Dark Khaki #C1AF6D

RGB

 RED value IS 193 (75.78% from 255) = 40.46%

 GREEN value IS 175 (68.75% from 255) = 36.69%

 BLUE value IS 109 (42.97% from 255) = 22.85%

R = 40.46%
G = 36.69%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1AF6D (or 0xC1AF6D) is known color: Dark Khaki. HEX triplet: C1, AF and 6D. RGB value is (193,175,109). Sum of RGB (Red+Green+Blue) = 193+175+109=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF6D is #3E5092. Grayscale: #ADADAD. Windows color (decimal): -4083859 or 7188417. OLE color: 7188417.

HSL color Cylindrical-coordinate representation of color #C1AF6D: hue angle of 47.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1AF6D is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 175 109 -
CMYK 0 0.09 0.44 0.24
HSL 47.14º 0.4% 0.59% -
HSV(B) 47.14º 0.44% 0.76% -
XYZ 40.08 43.1 20.67 -
YUV 172.86 91.96 142.37 -
System Red Green Blue C M Y K H S L
Decimal 193 175 109 0 0.09 0.44 0.24 47.14 0.4 0.59
Hex C1 AF 6D 0 9 2C 18 2F 28 3B
Octal 301 257 155 0 11 54 30 57 50 73
Binary 11000001 10101111 1101101 0 1001 101100 11000 101111 101000 111011

Color Harmonies of #C1AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF6D

Black with #C1AF6D

Text Example


Text Example

White with #C1AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF6D; }

 p { color: rgb(193,175,109); }

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

background-color css

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

 a { background-color: rgb(193,175,109); }

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

border-color css

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

 span { border-color: rgb(193,175,109); }

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