Html Css Color HEX #C6A77C Rodeo Dust

📋 copy color: '#C6A77C'

red 198 ◦ green 167 ◦ blue 124

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

Shades of Rodeo Dust #C6A77C

Tints of Rodeo Dust #C6A77C

RGB

 RED value IS 198 (77.73% from 255) = 40.49%

 GREEN value IS 167 (65.63% from 255) = 34.15%

 BLUE value IS 124 (48.83% from 255) = 25.36%

R = 40.49%
G = 34.15%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6A77C (or 0xC6A77C) is known color: Rodeo Dust. HEX triplet: C6, A7 and 7C. RGB value is (198,167,124). Sum of RGB (Red+Green+Blue) = 198+167+124=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A77C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A77C is #395883. Grayscale: #ABABAB. Windows color (decimal): -3758212 or 8169414. OLE color: 8169414.

HSL color Cylindrical-coordinate representation of color #C6A77C: hue angle of 34.86º 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 #C6A77C is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 167 124 -
CMYK 0 0.16 0.37 0.22
HSL 34.86º 0.39% 0.63% -
HSV(B) 34.86º 0.37% 0.78% -
XYZ 40.75 41.1 24.85 -
YUV 171.37 101.27 147 -
System Red Green Blue C M Y K H S L
Decimal 198 167 124 0 0.16 0.37 0.22 34.86 0.39 0.63
Hex C6 A7 7C 0 10 25 16 23 27 3F
Octal 306 247 174 0 20 45 26 43 47 77
Binary 11000110 10100111 1111100 0 10000 100101 10110 100011 100111 111111

Color Harmonies of #C6A77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A77C

Black with #C6A77C

Text Example


Text Example

White with #C6A77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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