Html Css Color HEX #C3600F Tenne (Tawny)

📋 copy color: '#C3600F'

red 195 ◦ green 96 ◦ blue 15

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

Shades of Tenne (Tawny) #C3600F

Tints of Tenne (Tawny) #C3600F

RGB

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

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

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

R = 63.73%
G = 31.37%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3600F (or 0xC3600F) is known color: Tenne (Tawny). HEX triplet: C3, 60 and 0F. RGB value is (195,96,15). Sum of RGB (Red+Green+Blue) = 195+96+15=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C3600F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3600F is #3C9FF0. Grayscale: #747474. Windows color (decimal): -3973105 or 1007811. OLE color: 1007811.

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

Color convert

RGB 195 96 15 -
CMYK 0 0.51 0.92 0.24
HSL 27º 0.86% 0.41% -
HSV(B) 27º 0.92% 0.76% -
XYZ 26.77 20 2.9 -
YUV 116.37 70.8 184.09 -
System Red Green Blue C M Y K H S L
Decimal 195 96 15 0 0.51 0.92 0.24 27 0.86 0.41
Hex C3 60 F 0 33 5C 18 1B 56 29
Octal 303 140 17 0 63 134 30 33 126 51
Binary 11000011 1100000 1111 0 110011 1011100 11000 11011 1010110 101001

Color Harmonies of #C3600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3600F

Black with #C3600F

Text Example


Text Example

White with #C3600F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3600F; }

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

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

background-color css

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

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

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

border-color css

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

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

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