Html Css Color HEX #C25406 Tenne (Tawny)

📋 copy color: '#C25406'

red 194 ◦ green 84 ◦ blue 6

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

Shades of Tenne (Tawny) #C25406

Tints of Tenne (Tawny) #C25406

RGB

 RED value IS 194 (76.17% from 255) = 68.31%

 GREEN value IS 84 (33.2% from 255) = 29.58%

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

R = 68.31%
G = 29.58%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C25406 (or 0xC25406) is known color: Tenne (Tawny). HEX triplet: C2, 54 and 06. RGB value is (194,84,6). Sum of RGB (Red+Green+Blue) = 194+84+6=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C25406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25406 is #3DABF9. Grayscale: #6C6C6C. Windows color (decimal): -4041722 or 414914. OLE color: 414914.

HSL color Cylindrical-coordinate representation of color #C25406: hue angle of 24.89º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C25406 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 84 6 -
CMYK 0 0.57 0.97 0.24
HSL 24.89º 0.94% 0.39% -
HSV(B) 24.89º 0.97% 0.76% -
XYZ 25.45 17.82 2.27 -
YUV 108 70.44 189.34 -
System Red Green Blue C M Y K H S L
Decimal 194 84 6 0 0.57 0.97 0.24 24.89 0.94 0.39
Hex C2 54 6 0 39 61 18 19 5E 27
Octal 302 124 6 0 71 141 30 31 136 47
Binary 11000010 1010100 110 0 111001 1100001 11000 11001 1011110 100111

Color Harmonies of #C25406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25406

Black with #C25406

Text Example


Text Example

White with #C25406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25406; }

 p { color: rgb(194,84,6); }

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

background-color css

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

 a { background-color: rgb(194,84,6); }

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

border-color css

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

 span { border-color: rgb(194,84,6); }

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