Html Css Color HEX #C4670A Tenne (Tawny)

📋 copy color: '#C4670A'

red 196 ◦ green 103 ◦ blue 10

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

Shades of Tenne (Tawny) #C4670A

Tints of Tenne (Tawny) #C4670A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.33%

 BLUE value IS 10 (4.3% from 255) = 3.24%

R = 63.43%
G = 33.33%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C4670A (or 0xC4670A) is known color: Tenne (Tawny). HEX triplet: C4, 67 and 0A. RGB value is (196,103,10). Sum of RGB (Red+Green+Blue) = 196+103+10=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C4670A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4670A is #3B98F5. Grayscale: #787878. Windows color (decimal): -3905782 or 681924. OLE color: 681924.

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

Color convert

RGB 196 103 10 -
CMYK 0 0.47 0.95 0.23
HSL 30º 0.9% 0.4% -
HSV(B) 30º 0.95% 0.77% -
XYZ 27.67 21.46 2.97 -
YUV 120.21 65.81 182.06 -
System Red Green Blue C M Y K H S L
Decimal 196 103 10 0 0.47 0.95 0.23 30 0.9 0.4
Hex C4 67 A 0 2F 5F 17 1E 5A 28
Octal 304 147 12 0 57 137 27 36 132 50
Binary 11000100 1100111 1010 0 101111 1011111 10111 11110 1011010 101000

Color Harmonies of #C4670A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4670A

Black with #C4670A

Text Example


Text Example

White with #C4670A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4670A; }

 p { color: rgb(196,103,10); }

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

background-color css

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

 a { background-color: rgb(196,103,10); }

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

border-color css

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

 span { border-color: rgb(196,103,10); }

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