Html Css Color HEX #C6A751 Sundance

📋 copy color: '#C6A751'

red 198 ◦ green 167 ◦ blue 81

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

Shades of Sundance #C6A751

Tints of Sundance #C6A751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.16%

R = 44.39%
G = 37.44%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C6A751 (or 0xC6A751) is known color: Sundance. HEX triplet: C6, A7 and 51. RGB value is (198,167,81). Sum of RGB (Red+Green+Blue) = 198+167+81=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 81 (32.03% from 255 or 18.16% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A751 is #3958AE. Grayscale: #A6A6A6. Windows color (decimal): -3758255 or 5351366. OLE color: 5351366.

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

Color convert

RGB 198 167 81 -
CMYK 0 0.16 0.59 0.22
HSL 44.1º 0.51% 0.55% -
HSV(B) 44.1º 0.59% 0.78% -
XYZ 38.59 40.24 13.52 -
YUV 166.47 79.77 150.49 -
System Red Green Blue C M Y K H S L
Decimal 198 167 81 0 0.16 0.59 0.22 44.1 0.51 0.55
Hex C6 A7 51 0 10 3B 16 2C 33 37
Octal 306 247 121 0 20 73 26 54 63 67
Binary 11000110 10100111 1010001 0 10000 111011 10110 101100 110011 110111

Color Harmonies of #C6A751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A751

Black with #C6A751

Text Example


Text Example

White with #C6A751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A751; }

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

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

background-color css

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

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

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

border-color css

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

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

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