Html Css Color HEX #C4640B Tenne (Tawny)

📋 copy color: '#C4640B'

red 196 ◦ green 100 ◦ blue 11

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

Shades of Tenne (Tawny) #C4640B

Tints of Tenne (Tawny) #C4640B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.57%

 BLUE value IS 11 (4.69% from 255) = 3.58%

R = 63.84%
G = 32.57%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4640B (or 0xC4640B) is known color: Tenne (Tawny). HEX triplet: C4, 64 and 0B. RGB value is (196,100,11). Sum of RGB (Red+Green+Blue) = 196+100+11=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C4640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4640B is #3B9BF4. Grayscale: #777777. Windows color (decimal): -3906549 or 746692. OLE color: 746692.

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

Color convert

RGB 196 100 11 -
CMYK 0 0.49 0.94 0.23
HSL 28.86º 0.89% 0.41% -
HSV(B) 28.86º 0.94% 0.77% -
XYZ 27.38 20.87 2.9 -
YUV 118.56 67.3 183.24 -
System Red Green Blue C M Y K H S L
Decimal 196 100 11 0 0.49 0.94 0.23 28.86 0.89 0.41
Hex C4 64 B 0 31 5E 17 1D 59 29
Octal 304 144 13 0 61 136 27 35 131 51
Binary 11000100 1100100 1011 0 110001 1011110 10111 11101 1011001 101001

Color Harmonies of #C4640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4640B

Black with #C4640B

Text Example


Text Example

White with #C4640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4640B; }

 p { color: rgb(196,100,11); }

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

background-color css

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

 a { background-color: rgb(196,100,11); }

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

border-color css

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

 span { border-color: rgb(196,100,11); }

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