Html Css Color HEX #C6A94B Sundance

📋 copy color: '#C6A94B'

red 198 ◦ green 169 ◦ blue 75

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

Shades of Sundance #C6A94B

Tints of Sundance #C6A94B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.24%

 BLUE value IS 75 (29.69% from 255) = 16.97%

R = 44.8%
G = 38.24%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6A94B (or 0xC6A94B) is known color: Sundance. HEX triplet: C6, A9 and 4B. RGB value is (198,169,75). Sum of RGB (Red+Green+Blue) = 198+169+75=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A94B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A94B is #3956B4. Grayscale: #A7A7A7. Windows color (decimal): -3757749 or 4958662. OLE color: 4958662.

HSL color Cylindrical-coordinate representation of color #C6A94B: hue angle of 45.85º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6A94B is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 169 75 -
CMYK 0 0.15 0.62 0.22
HSL 45.85º 0.52% 0.54% -
HSV(B) 45.85º 0.62% 0.78% -
XYZ 38.75 40.89 12.51 -
YUV 166.96 76.11 150.14 -
System Red Green Blue C M Y K H S L
Decimal 198 169 75 0 0.15 0.62 0.22 45.85 0.52 0.54
Hex C6 A9 4B 0 F 3E 16 2E 34 36
Octal 306 251 113 0 17 76 26 56 64 66
Binary 11000110 10101001 1001011 0 1111 111110 10110 101110 110100 110110

Color Harmonies of #C6A94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A94B

Black with #C6A94B

Text Example


Text Example

White with #C6A94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A94B; }

 p { color: rgb(198,169,75); }

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

background-color css

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

 a { background-color: rgb(198,169,75); }

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

border-color css

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

 span { border-color: rgb(198,169,75); }

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