Html Css Color HEX #C6954C Tussock

📋 copy color: '#C6954C'

red 198 ◦ green 149 ◦ blue 76

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

Shades of Tussock #C6954C

Tints of Tussock #C6954C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.22%

 BLUE value IS 76 (30.08% from 255) = 17.97%

R = 46.81%
G = 35.22%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6954C (or 0xC6954C) is known color: Tussock. HEX triplet: C6, 95 and 4C. RGB value is (198,149,76). Sum of RGB (Red+Green+Blue) = 198+149+76=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6954C is #396AB3. Grayscale: #9B9B9B. Windows color (decimal): -3762868 or 5019078. OLE color: 5019078.

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

Color convert

RGB 198 149 76 -
CMYK 0 0.25 0.62 0.22
HSL 35.9º 0.52% 0.54% -
HSV(B) 35.9º 0.62% 0.78% -
XYZ 35.34 34.02 11.54 -
YUV 155.33 83.23 158.44 -
System Red Green Blue C M Y K H S L
Decimal 198 149 76 0 0.25 0.62 0.22 35.9 0.52 0.54
Hex C6 95 4C 0 19 3E 16 24 34 36
Octal 306 225 114 0 31 76 26 44 64 66
Binary 11000110 10010101 1001100 0 11001 111110 10110 100100 110100 110110

Color Harmonies of #C6954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6954C

Black with #C6954C

Text Example


Text Example

White with #C6954C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6954C; }

 p { color: rgb(198,149,76); }

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

background-color css

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

 a { background-color: rgb(198,149,76); }

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

border-color css

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

 span { border-color: rgb(198,149,76); }

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