Html Css Color HEX #C36100 Tenne (Tawny)

📋 copy color: '#C36100'

red 195 ◦ green 97 ◦ blue 0

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

Shades of Tenne (Tawny) #C36100

Tints of Tenne (Tawny) #C36100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.22%

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

R = 66.78%
G = 33.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C36100 (or 0xC36100) is known color: Tenne (Tawny). HEX triplet: C3, 61 and 00. RGB value is (195,97,0). Sum of RGB (Red+Green+Blue) = 195+97+0=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C36100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36100 is #3C9EFF. Grayscale: #737373. Windows color (decimal): -3972864 or 25027. OLE color: 25027.

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

Color convert

RGB 195 97 0 -
CMYK 0 0.50 1 0.24
HSL 29.85º 1% 0.38% -
HSV(B) 29.85º 1% 0.76% -
XYZ 26.78 20.15 2.48 -
YUV 115.24 62.97 184.89 -
System Red Green Blue C M Y K H S L
Decimal 195 97 0 0 0.50 1 0.24 29.85 1 0.38
Hex C3 61 0 0 32 64 18 1E 64 26
Octal 303 141 0 0 62 144 30 36 144 46
Binary 11000011 1100001 0 0 110010 1100100 11000 11110 1100100 100110

Color Harmonies of #C36100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36100

Black with #C36100

Text Example


Text Example

White with #C36100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36100; }

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

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

background-color css

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

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

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

border-color css

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

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

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