Html Css Color HEX #C36300 Tenne (Tawny)

📋 copy color: '#C36300'

red 195 ◦ green 99 ◦ blue 0

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

Shades of Tenne (Tawny) #C36300

Tints of Tenne (Tawny) #C36300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.67%

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

R = 66.33%
G = 33.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C36300 (or 0xC36300) is known color: Tenne (Tawny). HEX triplet: C3, 63 and 00. RGB value is (195,99,0). Sum of RGB (Red+Green+Blue) = 195+99+0=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C36300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36300 is #3C9CFF. Grayscale: #747474. Windows color (decimal): -3972352 or 25539. OLE color: 25539.

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

Color convert

RGB 195 99 0 -
CMYK 0 0.49 1 0.24
HSL 30.46º 1% 0.38% -
HSV(B) 30.46º 1% 0.76% -
XYZ 26.97 20.53 2.54 -
YUV 116.42 62.3 184.05 -
System Red Green Blue C M Y K H S L
Decimal 195 99 0 0 0.49 1 0.24 30.46 1 0.38
Hex C3 63 0 0 31 64 18 1E 64 26
Octal 303 143 0 0 61 144 30 36 144 46
Binary 11000011 1100011 0 0 110001 1100100 11000 11110 1100100 100110

Color Harmonies of #C36300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36300

Black with #C36300

Text Example


Text Example

White with #C36300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36300; }

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

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

background-color css

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

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

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

border-color css

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

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

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