Html Css Color HEX #C1B761 Dark Khaki

📋 copy color: '#C1B761'

red 193 ◦ green 183 ◦ blue 97

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

Shades of Dark Khaki #C1B761

Tints of Dark Khaki #C1B761

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.69%

 BLUE value IS 97 (38.28% from 255) = 20.51%

R = 40.8%
G = 38.69%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C1B761 (or 0xC1B761) is known color: Dark Khaki. HEX triplet: C1, B7 and 61. RGB value is (193,183,97). Sum of RGB (Red+Green+Blue) = 193+183+97=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B761 is #3E489E. Grayscale: #B0B0B0. Windows color (decimal): -4081823 or 6404033. OLE color: 6404033.

HSL color Cylindrical-coordinate representation of color #C1B761: hue angle of 53.75º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1B761 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 183 97 -
CMYK 0 0.05 0.50 0.24
HSL 53.75º 0.44% 0.57% -
HSV(B) 53.75º 0.5% 0.76% -
XYZ 41.08 46.07 18.04 -
YUV 176.19 83.31 139.99 -
System Red Green Blue C M Y K H S L
Decimal 193 183 97 0 0.05 0.50 0.24 53.75 0.44 0.57
Hex C1 B7 61 0 5 32 18 36 2C 39
Octal 301 267 141 0 5 62 30 66 54 71
Binary 11000001 10110111 1100001 0 101 110010 11000 110110 101100 111001

Color Harmonies of #C1B761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B761

Black with #C1B761

Text Example


Text Example

White with #C1B761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B761; }

 p { color: rgb(193,183,97); }

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

background-color css

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

 a { background-color: rgb(193,183,97); }

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

border-color css

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

 span { border-color: rgb(193,183,97); }

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