Html Css Color HEX #C36801 Tenne (Tawny)

📋 copy color: '#C36801'

red 195 ◦ green 104 ◦ blue 1

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

Shades of Tenne (Tawny) #C36801

Tints of Tenne (Tawny) #C36801

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.67%

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

R = 65%
G = 34.67%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C36801 (or 0xC36801) is known color: Tenne (Tawny). HEX triplet: C3, 68 and 01. RGB value is (195,104,1). Sum of RGB (Red+Green+Blue) = 195+104+1=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C36801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36801 is #3C97FE. Grayscale: #777777. Windows color (decimal): -3971071 or 92355. OLE color: 92355.

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

Color convert

RGB 195 104 1 -
CMYK 0 0.47 0.99 0.24
HSL 31.86º 0.99% 0.38% -
HSV(B) 31.86º 0.99% 0.76% -
XYZ 27.46 21.5 2.73 -
YUV 119.47 61.15 181.88 -
System Red Green Blue C M Y K H S L
Decimal 195 104 1 0 0.47 0.99 0.24 31.86 0.99 0.38
Hex C3 68 1 0 2F 63 18 20 63 26
Octal 303 150 1 0 57 143 30 40 143 46
Binary 11000011 1101000 1 0 101111 1100011 11000 100000 1100011 100110

Color Harmonies of #C36801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36801

Black with #C36801

Text Example


Text Example

White with #C36801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36801; }

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

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

background-color css

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

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

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

border-color css

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

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

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