Html Css Color HEX #C6904A Tussock

📋 copy color: '#C6904A'

red 198 ◦ green 144 ◦ blue 74

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

Shades of Tussock #C6904A

Tints of Tussock #C6904A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.62%

 BLUE value IS 74 (29.3% from 255) = 17.79%

R = 47.6%
G = 34.62%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6904A (or 0xC6904A) is known color: Tussock. HEX triplet: C6, 90 and 4A. RGB value is (198,144,74). Sum of RGB (Red+Green+Blue) = 198+144+74=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C6904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6904A is #396FB5. Grayscale: #989898. Windows color (decimal): -3764150 or 4886726. OLE color: 4886726.

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

Color convert

RGB 198 144 74 -
CMYK 0 0.27 0.63 0.22
HSL 33.87º 0.52% 0.53% -
HSV(B) 33.87º 0.63% 0.78% -
XYZ 34.5 32.45 10.92 -
YUV 152.17 83.89 160.69 -
System Red Green Blue C M Y K H S L
Decimal 198 144 74 0 0.27 0.63 0.22 33.87 0.52 0.53
Hex C6 90 4A 0 1B 3F 16 22 34 35
Octal 306 220 112 0 33 77 26 42 64 65
Binary 11000110 10010000 1001010 0 11011 111111 10110 100010 110100 110101

Color Harmonies of #C6904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6904A

Black with #C6904A

Text Example


Text Example

White with #C6904A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6904A; }

 p { color: rgb(198,144,74); }

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

background-color css

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

 a { background-color: rgb(198,144,74); }

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

border-color css

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

 span { border-color: rgb(198,144,74); }

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