Html Css Color HEX #C4610D Tenne (Tawny)

📋 copy color: '#C4610D'

red 196 ◦ green 97 ◦ blue 13

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

Shades of Tenne (Tawny) #C4610D

Tints of Tenne (Tawny) #C4610D

RGB

 RED value IS 196 (76.95% from 255) = 64.05%

 GREEN value IS 97 (38.28% from 255) = 31.7%

 BLUE value IS 13 (5.47% from 255) = 4.25%

R = 64.05%
G = 31.7%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4610D (or 0xC4610D) is known color: Tenne (Tawny). HEX triplet: C4, 61 and 0D. RGB value is (196,97,13). Sum of RGB (Red+Green+Blue) = 196+97+13=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C4610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4610D is #3B9EF2. Grayscale: #757575. Windows color (decimal): -3907315 or 876996. OLE color: 876996.

HSL color Cylindrical-coordinate representation of color #C4610D: hue angle of 27.54º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4610D is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 97 13 -
CMYK 0 0.51 0.93 0.23
HSL 27.54º 0.88% 0.41% -
HSV(B) 27.54º 0.93% 0.77% -
XYZ 27.11 20.31 2.87 -
YUV 117.03 69.3 184.33 -
System Red Green Blue C M Y K H S L
Decimal 196 97 13 0 0.51 0.93 0.23 27.54 0.88 0.41
Hex C4 61 D 0 33 5D 17 1C 58 29
Octal 304 141 15 0 63 135 27 34 130 51
Binary 11000100 1100001 1101 0 110011 1011101 10111 11100 1011000 101001

Color Harmonies of #C4610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4610D

Black with #C4610D

Text Example


Text Example

White with #C4610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4610D; }

 p { color: rgb(196,97,13); }

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

background-color css

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

 a { background-color: rgb(196,97,13); }

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

border-color css

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

 span { border-color: rgb(196,97,13); }

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