Html Css Color HEX #C36A01 Tenne (Tawny)

📋 copy color: '#C36A01'

red 195 ◦ green 106 ◦ blue 1

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

Shades of Tenne (Tawny) #C36A01

Tints of Tenne (Tawny) #C36A01

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.1%

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

R = 64.57%
G = 35.1%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C36A01 (or 0xC36A01) is known color: Tenne (Tawny). HEX triplet: C3, 6A and 01. RGB value is (195,106,1). Sum of RGB (Red+Green+Blue) = 195+106+1=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36A01 is #3C95FE. Grayscale: #797979. Windows color (decimal): -3970559 or 92867. OLE color: 92867.

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

Color convert

RGB 195 106 1 -
CMYK 0 0.46 0.99 0.24
HSL 32.47º 0.99% 0.38% -
HSV(B) 32.47º 0.99% 0.76% -
XYZ 27.67 21.91 2.8 -
YUV 120.64 60.49 181.04 -
System Red Green Blue C M Y K H S L
Decimal 195 106 1 0 0.46 0.99 0.24 32.47 0.99 0.38
Hex C3 6A 1 0 2E 63 18 20 63 26
Octal 303 152 1 0 56 143 30 40 143 46
Binary 11000011 1101010 1 0 101110 1100011 11000 100000 1100011 100110

Color Harmonies of #C36A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36A01

Black with #C36A01

Text Example


Text Example

White with #C36A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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