Html Css Color HEX #C36500 Tenne (Tawny)

📋 copy color: '#C36500'

red 195 ◦ green 101 ◦ blue 0

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

Shades of Tenne (Tawny) #C36500

Tints of Tenne (Tawny) #C36500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.88%
G = 34.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C36500 (or 0xC36500) is known color: Tenne (Tawny). HEX triplet: C3, 65 and 00. RGB value is (195,101,0). Sum of RGB (Red+Green+Blue) = 195+101+0=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C36500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36500 is #3C9AFF. Grayscale: #767676. Windows color (decimal): -3971840 or 26051. OLE color: 26051.

HSL color Cylindrical-coordinate representation of color #C36500: hue angle of 31.08º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C36500 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 101 0 -
CMYK 0 0.48 1 0.24
HSL 31.08º 1% 0.38% -
HSV(B) 31.08º 1% 0.76% -
XYZ 27.16 20.91 2.6 -
YUV 117.59 61.64 183.21 -
System Red Green Blue C M Y K H S L
Decimal 195 101 0 0 0.48 1 0.24 31.08 1 0.38
Hex C3 65 0 0 30 64 18 1F 64 26
Octal 303 145 0 0 60 144 30 37 144 46
Binary 11000011 1100101 0 0 110000 1100100 11000 11111 1100100 100110

Color Harmonies of #C36500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36500

Black with #C36500

Text Example


Text Example

White with #C36500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36500; }

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

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

background-color css

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

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

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

border-color css

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

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

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