Html Css Color HEX #C6B954 Sundance

📋 copy color: '#C6B954'

red 198 ◦ green 185 ◦ blue 84

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

Shades of Sundance #C6B954

Tints of Sundance #C6B954

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.61%

 BLUE value IS 84 (33.2% from 255) = 17.99%

R = 42.4%
G = 39.61%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C6B954 (or 0xC6B954) is known color: Sundance. HEX triplet: C6, B9 and 54. RGB value is (198,185,84). Sum of RGB (Red+Green+Blue) = 198+185+84=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B954 is #3946AB. Grayscale: #B1B1B1. Windows color (decimal): -3753644 or 5552582. OLE color: 5552582.

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

Color convert

RGB 198 185 84 -
CMYK 0 0.07 0.58 0.22
HSL 53.16º 0.5% 0.55% -
HSV(B) 53.16º 0.58% 0.78% -
XYZ 42.24 47.34 15.3 -
YUV 177.37 75.31 142.71 -
System Red Green Blue C M Y K H S L
Decimal 198 185 84 0 0.07 0.58 0.22 53.16 0.5 0.55
Hex C6 B9 54 0 7 3A 16 35 32 37
Octal 306 271 124 0 7 72 26 65 62 67
Binary 11000110 10111001 1010100 0 111 111010 10110 110101 110010 110111

Color Harmonies of #C6B954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B954

Black with #C6B954

Text Example


Text Example

White with #C6B954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B954; }

 p { color: rgb(198,185,84); }

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

background-color css

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

 a { background-color: rgb(198,185,84); }

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

border-color css

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

 span { border-color: rgb(198,185,84); }

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