Html Css Color HEX #C4620F Tenne (Tawny)

📋 copy color: '#C4620F'

red 196 ◦ green 98 ◦ blue 15

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

Shades of Tenne (Tawny) #C4620F

Tints of Tenne (Tawny) #C4620F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.72%

 BLUE value IS 15 (6.25% from 255) = 4.85%

R = 63.43%
G = 31.72%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4620F (or 0xC4620F) is known color: Tenne (Tawny). HEX triplet: C4, 62 and 0F. RGB value is (196,98,15). Sum of RGB (Red+Green+Blue) = 196+98+15=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C4620F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4620F is #3B9DF0. Grayscale: #767676. Windows color (decimal): -3907057 or 1008324. OLE color: 1008324.

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

Color convert

RGB 196 98 15 -
CMYK 0 0.5 0.92 0.23
HSL 27.51º 0.86% 0.41% -
HSV(B) 27.51º 0.92% 0.77% -
XYZ 27.22 20.51 2.98 -
YUV 117.84 69.97 183.75 -
System Red Green Blue C M Y K H S L
Decimal 196 98 15 0 0.5 0.92 0.23 27.51 0.86 0.41
Hex C4 62 F 0 32 5C 17 1C 56 29
Octal 304 142 17 0 62 134 27 34 126 51
Binary 11000100 1100010 1111 0 110010 1011100 10111 11100 1010110 101001

Color Harmonies of #C4620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4620F

Black with #C4620F

Text Example


Text Example

White with #C4620F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4620F; }

 p { color: rgb(196,98,15); }

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

background-color css

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

 a { background-color: rgb(196,98,15); }

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

border-color css

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

 span { border-color: rgb(196,98,15); }

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