Html Css Color HEX #C3600E Tenne (Tawny)

📋 copy color: '#C3600E'

red 195 ◦ green 96 ◦ blue 14

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

Shades of Tenne (Tawny) #C3600E

Tints of Tenne (Tawny) #C3600E

RGB

 RED value IS 195 (76.56% from 255) = 63.93%

 GREEN value IS 96 (37.89% from 255) = 31.48%

 BLUE value IS 14 (5.86% from 255) = 4.59%

R = 63.93%
G = 31.48%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3600E (or 0xC3600E) is known color: Tenne (Tawny). HEX triplet: C3, 60 and 0E. RGB value is (195,96,14). Sum of RGB (Red+Green+Blue) = 195+96+14=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C3600E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3600E is #3C9FF1. Grayscale: #747474. Windows color (decimal): -3973106 or 942275. OLE color: 942275.

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

Color convert

RGB 195 96 14 -
CMYK 0 0.51 0.93 0.24
HSL 27.18º 0.87% 0.41% -
HSV(B) 27.18º 0.93% 0.76% -
XYZ 26.77 20 2.86 -
YUV 116.25 70.3 184.17 -
System Red Green Blue C M Y K H S L
Decimal 195 96 14 0 0.51 0.93 0.24 27.18 0.87 0.41
Hex C3 60 E 0 33 5D 18 1B 57 29
Octal 303 140 16 0 63 135 30 33 127 51
Binary 11000011 1100000 1110 0 110011 1011101 11000 11011 1010111 101001

Color Harmonies of #C3600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3600E

Black with #C3600E

Text Example


Text Example

White with #C3600E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3600E; }

 p { color: rgb(195,96,14); }

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

background-color css

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

 a { background-color: rgb(195,96,14); }

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

border-color css

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

 span { border-color: rgb(195,96,14); }

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