Html Css Color HEX #C36301 Tenne (Tawny)

📋 copy color: '#C36301'

red 195 ◦ green 99 ◦ blue 1

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

Shades of Tenne (Tawny) #C36301

Tints of Tenne (Tawny) #C36301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.56%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 66.1%
G = 33.56%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C36301 (or 0xC36301) is known color: Tenne (Tawny). HEX triplet: C3, 63 and 01. RGB value is (195,99,1). Sum of RGB (Red+Green+Blue) = 195+99+1=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C36301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36301 is #3C9CFE. Grayscale: #757575. Windows color (decimal): -3972351 or 91075. OLE color: 91075.

HSL color Cylindrical-coordinate representation of color #C36301: hue angle of 30.31º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C36301 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 99 1 -
CMYK 0 0.49 0.99 0.24
HSL 30.31º 0.99% 0.38% -
HSV(B) 30.31º 0.99% 0.76% -
XYZ 26.97 20.53 2.57 -
YUV 116.53 62.8 183.97 -
System Red Green Blue C M Y K H S L
Decimal 195 99 1 0 0.49 0.99 0.24 30.31 0.99 0.38
Hex C3 63 1 0 31 63 18 1E 63 26
Octal 303 143 1 0 61 143 30 36 143 46
Binary 11000011 1100011 1 0 110001 1100011 11000 11110 1100011 100110

Color Harmonies of #C36301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36301

Black with #C36301

Text Example


Text Example

White with #C36301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36301; }

 p { color: rgb(195,99,1); }

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

background-color css

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

 a { background-color: rgb(195,99,1); }

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

border-color css

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

 span { border-color: rgb(195,99,1); }

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