Html Css Color HEX #C36401 Tenne (Tawny)

📋 copy color: '#C36401'

red 195 ◦ green 100 ◦ blue 1

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

Shades of Tenne (Tawny) #C36401

Tints of Tenne (Tawny) #C36401

RGB

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

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

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

R = 65.88%
G = 33.78%
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

#C36401 (or 0xC36401) is known color: Tenne (Tawny). HEX triplet: C3, 64 and 01. RGB value is (195,100,1). Sum of RGB (Red+Green+Blue) = 195+100+1=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C36401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36401 is #3C9BFE. Grayscale: #757575. Windows color (decimal): -3972095 or 91331. OLE color: 91331.

HSL color Cylindrical-coordinate representation of color #C36401: hue angle of 30.62º 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 #C36401 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 100 1 -
CMYK 0 0.49 0.99 0.24
HSL 30.62º 0.99% 0.38% -
HSV(B) 30.62º 0.99% 0.76% -
XYZ 27.07 20.72 2.6 -
YUV 117.12 62.47 183.55 -
System Red Green Blue C M Y K H S L
Decimal 195 100 1 0 0.49 0.99 0.24 30.62 0.99 0.38
Hex C3 64 1 0 31 63 18 1F 63 26
Octal 303 144 1 0 61 143 30 37 143 46
Binary 11000011 1100100 1 0 110001 1100011 11000 11111 1100011 100110

Color Harmonies of #C36401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36401

Black with #C36401

Text Example


Text Example

White with #C36401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36401; }

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

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

background-color css

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

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

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

border-color css

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

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

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