Html Css Color HEX #C36C01 Tenne (Tawny)

📋 copy color: '#C36C01'

red 195 ◦ green 108 ◦ blue 1

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

Shades of Tenne (Tawny) #C36C01

Tints of Tenne (Tawny) #C36C01

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.53%

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

R = 64.14%
G = 35.53%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C36C01 (or 0xC36C01) is known color: Tenne (Tawny). HEX triplet: C3, 6C and 01. RGB value is (195,108,1). Sum of RGB (Red+Green+Blue) = 195+108+1=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36C01 is #3C93FE. Grayscale: #7A7A7A. Windows color (decimal): -3970047 or 93379. OLE color: 93379.

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

Color convert

RGB 195 108 1 -
CMYK 0 0.45 0.99 0.24
HSL 33.09º 0.99% 0.38% -
HSV(B) 33.09º 0.99% 0.76% -
XYZ 27.87 22.33 2.87 -
YUV 121.82 59.82 180.2 -
System Red Green Blue C M Y K H S L
Decimal 195 108 1 0 0.45 0.99 0.24 33.09 0.99 0.38
Hex C3 6C 1 0 2D 63 18 21 63 26
Octal 303 154 1 0 55 143 30 41 143 46
Binary 11000011 1101100 1 0 101101 1100011 11000 100001 1100011 100110

Color Harmonies of #C36C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36C01

Black with #C36C01

Text Example


Text Example

White with #C36C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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