#C6A77D

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

Shades of Rodeo Dust #C6A77D

Tints of Rodeo Dust #C6A77D

Color information

#C6A77D (or 0xC6A77D) is unknown color: approx Rodeo Dust. HEX triplet: C6, A7 and 7D. RGB value is (198,167,125). Sum of RGB (Red+Green+Blue) = 198+167+125=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A77D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A77D is #395882. Grayscale: #ABABAB. Windows color (decimal): -3758211 or 8234950. OLE color: 8234950.

HSL color Cylindrical-coordinate representation of color #C6A77D: hue angle of 34.52º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6A77D is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB198167125-
CMYK00.160.370.22
HSL34.52º39.04%63.33%-
HSV(B)34.52º36.87%77.65%-
XYZ40.8141.1225.19-
YUV171.48101.77146.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.41%
GREEN value IS 167 (65.62% from 255) = 34.08%
BLUE value IS 125 (49.22% from 255) = 25.51%
R=40.41%
G=34.08%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816712500.160.370.2234.5239.0463.33
HexC6A77D010251623273f
Octal3062471750204526434777
Binary1100011010100111111110101000010010110110100011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A77D; }

 p { color: rgb(198,167,125); }

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

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

 a { background-color: rgb(198,167,125); }

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

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

 span { border-color: rgb(198,167,125); }

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