Html Css Color HEX #C55A06 Tenne (Tawny)

📋 copy color: '#C55A06'

red 197 ◦ green 90 ◦ blue 6

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

Shades of Tenne (Tawny) #C55A06

Tints of Tenne (Tawny) #C55A06

RGB

 RED value IS 197 (77.34% from 255) = 67.24%

 GREEN value IS 90 (35.55% from 255) = 30.72%

 BLUE value IS 6 (2.73% from 255) = 2.05%

R = 67.24%
G = 30.72%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C55A06 (or 0xC55A06) is known color: Tenne (Tawny). HEX triplet: C5, 5A and 06. RGB value is (197,90,6). Sum of RGB (Red+Green+Blue) = 197+90+6=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55A06 is #3AA5F9. Grayscale: #707070. Windows color (decimal): -3843578 or 416453. OLE color: 416453.

HSL color Cylindrical-coordinate representation of color #C55A06: hue angle of 26.39º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C55A06 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 90 6 -
CMYK 0 0.54 0.97 0.23
HSL 26.39º 0.94% 0.4% -
HSV(B) 26.39º 0.97% 0.77% -
XYZ 26.72 19.2 2.47 -
YUV 112.42 67.95 188.33 -
System Red Green Blue C M Y K H S L
Decimal 197 90 6 0 0.54 0.97 0.23 26.39 0.94 0.4
Hex C5 5A 6 0 36 61 17 1A 5E 28
Octal 305 132 6 0 66 141 27 32 136 50
Binary 11000101 1011010 110 0 110110 1100001 10111 11010 1011110 101000

Color Harmonies of #C55A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A06

Black with #C55A06

Text Example


Text Example

White with #C55A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A06; }

 p { color: rgb(197,90,6); }

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

background-color css

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

 a { background-color: rgb(197,90,6); }

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

border-color css

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

 span { border-color: rgb(197,90,6); }

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