Html Css Color HEX #C1B766 Dark Khaki

📋 copy color: '#C1B766'

red 193 ◦ green 183 ◦ blue 102

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

Shades of Dark Khaki #C1B766

Tints of Dark Khaki #C1B766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.34%

R = 40.38%
G = 38.28%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C1B766 (or 0xC1B766) is known color: Dark Khaki. HEX triplet: C1, B7 and 66. RGB value is (193,183,102). Sum of RGB (Red+Green+Blue) = 193+183+102=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B766 is #3E4899. Grayscale: #B1B1B1. Windows color (decimal): -4081818 or 6731713. OLE color: 6731713.

HSL color Cylindrical-coordinate representation of color #C1B766: hue angle of 53.41º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1B766 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 183 102 -
CMYK 0 0.05 0.47 0.24
HSL 53.41º 0.42% 0.58% -
HSV(B) 53.41º 0.47% 0.76% -
XYZ 41.32 46.16 19.3 -
YUV 176.76 85.81 139.59 -
System Red Green Blue C M Y K H S L
Decimal 193 183 102 0 0.05 0.47 0.24 53.41 0.42 0.58
Hex C1 B7 66 0 5 2F 18 35 2A 3A
Octal 301 267 146 0 5 57 30 65 52 72
Binary 11000001 10110111 1100110 0 101 101111 11000 110101 101010 111010

Color Harmonies of #C1B766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B766

Black with #C1B766

Text Example


Text Example

White with #C1B766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B766; }

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

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

background-color css

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

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

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

border-color css

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

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

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