Html Css Color HEX #C1B669 Dark Khaki

📋 copy color: '#C1B669'

red 193 ◦ green 182 ◦ blue 105

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

Shades of Dark Khaki #C1B669

Tints of Dark Khaki #C1B669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.88%

R = 40.21%
G = 37.92%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C1B669 (or 0xC1B669) is known color: Dark Khaki. HEX triplet: C1, B6 and 69. RGB value is (193,182,105). Sum of RGB (Red+Green+Blue) = 193+182+105=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B669 is #3E4996. Grayscale: #B0B0B0. Windows color (decimal): -4082071 or 6928065. OLE color: 6928065.

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

Color convert

RGB 193 182 105 -
CMYK 0 0.06 0.46 0.24
HSL 52.5º 0.42% 0.58% -
HSV(B) 52.5º 0.46% 0.76% -
XYZ 41.27 45.81 20.03 -
YUV 176.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 193 182 105 0 0.06 0.46 0.24 52.5 0.42 0.58
Hex C1 B6 69 0 6 2E 18 34 2A 3A
Octal 301 266 151 0 6 56 30 64 52 72
Binary 11000001 10110110 1101001 0 110 101110 11000 110100 101010 111010

Color Harmonies of #C1B669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B669

Black with #C1B669

Text Example


Text Example

White with #C1B669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B669; }

 p { color: rgb(193,182,105); }

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

background-color css

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

 a { background-color: rgb(193,182,105); }

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

border-color css

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

 span { border-color: rgb(193,182,105); }

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