Html Css Color HEX #C36501 Tenne (Tawny)

📋 copy color: '#C36501'

red 195 ◦ green 101 ◦ blue 1

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

Shades of Tenne (Tawny) #C36501

Tints of Tenne (Tawny) #C36501

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.01%

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

R = 65.66%
G = 34.01%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C36501 (or 0xC36501) is known color: Tenne (Tawny). HEX triplet: C3, 65 and 01. RGB value is (195,101,1). Sum of RGB (Red+Green+Blue) = 195+101+1=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C36501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36501 is #3C9AFE. Grayscale: #767676. Windows color (decimal): -3971839 or 91587. OLE color: 91587.

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

Color convert

RGB 195 101 1 -
CMYK 0 0.48 0.99 0.24
HSL 30.93º 0.99% 0.38% -
HSV(B) 30.93º 0.99% 0.76% -
XYZ 27.16 20.91 2.63 -
YUV 117.71 62.14 183.13 -
System Red Green Blue C M Y K H S L
Decimal 195 101 1 0 0.48 0.99 0.24 30.93 0.99 0.38
Hex C3 65 1 0 30 63 18 1F 63 26
Octal 303 145 1 0 60 143 30 37 143 46
Binary 11000011 1100101 1 0 110000 1100011 11000 11111 1100011 100110

Color Harmonies of #C36501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36501

Black with #C36501

Text Example


Text Example

White with #C36501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36501; }

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

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

background-color css

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

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

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

border-color css

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

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

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