Html Css Color HEX #C6A67D Rodeo Dust

📋 copy color: '#C6A67D'

red 198 ◦ green 166 ◦ blue 125

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

Shades of Rodeo Dust #C6A67D

Tints of Rodeo Dust #C6A67D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.95%

 BLUE value IS 125 (49.22% from 255) = 25.56%

R = 40.49%
G = 33.95%
B = 25.56%

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

#C6A67D (or 0xC6A67D) is known color: Rodeo Dust. HEX triplet: C6, A6 and 7D. RGB value is (198,166,125). Sum of RGB (Red+Green+Blue) = 198+166+125=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A67D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A67D is #395982. Grayscale: #ABABAB. Windows color (decimal): -3758467 or 8234694. OLE color: 8234694.

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

Color convert

RGB 198 166 125 -
CMYK 0 0.16 0.37 0.22
HSL 33.7º 0.39% 0.63% -
HSV(B) 33.7º 0.37% 0.78% -
XYZ 40.63 40.76 25.13 -
YUV 170.89 102.1 147.33 -
System Red Green Blue C M Y K H S L
Decimal 198 166 125 0 0.16 0.37 0.22 33.7 0.39 0.63
Hex C6 A6 7D 0 10 25 16 22 27 3F
Octal 306 246 175 0 20 45 26 42 47 77
Binary 11000110 10100110 1111101 0 10000 100101 10110 100010 100111 111111

Color Harmonies of #C6A67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A67D

Black with #C6A67D

Text Example


Text Example

White with #C6A67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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