#C6A377

Color #C6A377 Rodeo Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rodeo Dust #C6A377

Tints of Rodeo Dust #C6A377

Color information

#C6A377 (or 0xC6A377) is unknown color: approx Rodeo Dust. HEX triplet: C6, A3 and 77. RGB value is (198,163,119). Sum of RGB (Red+Green+Blue) = 198+163+119=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A377 is #395C88. Grayscale: #A8A8A8. Windows color (decimal): -3759241 or 7840710. OLE color: 7840710.

HSL color Cylindrical-coordinate representation of color #C6A377: hue angle of 33.42º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C6A377 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB198163119-
CMYK00.180.400.22
HSL33.42º40.93%62.16%-
HSV(B)33.42º39.9%77.65%-
XYZ39.7239.5322.99-
YUV168.45100.1149.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.25%
GREEN value IS 163 (64.06% from 255) = 33.96%
BLUE value IS 119 (46.88% from 255) = 24.79%
R=41.25%
G=33.96%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816311900.180.400.2233.4240.9362.16
HexC6A377012281621293e
Octal3062431670225026415176
Binary1100011010100011111011101001010100010110100001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A377; }

 p { color: rgb(198,163,119); }

 H1.HeaderClassName
 {
   color: #C6A377;
 }
 .AnyTagClassName
 {
   color: #C6A377;
 }
</style>
background-color css

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

 a { background-color: rgb(198,163,119); }

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

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

 span { border-color: rgb(198,163,119); }

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