Html Css Color HEX #C3B673 Dark Khaki

📋 copy color: '#C3B673'

red 195 ◦ green 182 ◦ blue 115

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

Shades of Dark Khaki #C3B673

Tints of Dark Khaki #C3B673

RGB

 RED value IS 195 (76.56% from 255) = 39.63%

 GREEN value IS 182 (71.48% from 255) = 36.99%

 BLUE value IS 115 (45.31% from 255) = 23.37%

R = 39.63%
G = 36.99%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C3B673 (or 0xC3B673) is known color: Dark Khaki. HEX triplet: C3, B6 and 73. RGB value is (195,182,115). Sum of RGB (Red+Green+Blue) = 195+182+115=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B673 is #3C498C. Grayscale: #B2B2B2. Windows color (decimal): -3950989 or 7583427. OLE color: 7583427.

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

Color convert

RGB 195 182 115 -
CMYK 0 0.07 0.41 0.24
HSL 50.25º 0.4% 0.61% -
HSV(B) 50.25º 0.41% 0.76% -
XYZ 42.33 46.3 22.92 -
YUV 178.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 195 182 115 0 0.07 0.41 0.24 50.25 0.4 0.61
Hex C3 B6 73 0 7 29 18 32 28 3D
Octal 303 266 163 0 7 51 30 62 50 75
Binary 11000011 10110110 1110011 0 111 101001 11000 110010 101000 111101

Color Harmonies of #C3B673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B673

Black with #C3B673

Text Example


Text Example

White with #C3B673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B673; }

 p { color: rgb(195,182,115); }

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

background-color css

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

 a { background-color: rgb(195,182,115); }

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

border-color css

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

 span { border-color: rgb(195,182,115); }

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