Html Css Color HEX #C36900 Tenne (Tawny)

📋 copy color: '#C36900'

red 195 ◦ green 105 ◦ blue 0

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

Shades of Tenne (Tawny) #C36900

Tints of Tenne (Tawny) #C36900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35%

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

R = 65%
G = 35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C36900 (or 0xC36900) is known color: Tenne (Tawny). HEX triplet: C3, 69 and 00. RGB value is (195,105,0). Sum of RGB (Red+Green+Blue) = 195+105+0=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C36900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36900 is #3C96FF. Grayscale: #787878. Windows color (decimal): -3970816 or 27075. OLE color: 27075.

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

Color convert

RGB 195 105 0 -
CMYK 0 0.46 1 0.24
HSL 32.31º 1% 0.38% -
HSV(B) 32.31º 1% 0.76% -
XYZ 27.56 21.71 2.74 -
YUV 119.94 60.32 181.54 -
System Red Green Blue C M Y K H S L
Decimal 195 105 0 0 0.46 1 0.24 32.31 1 0.38
Hex C3 69 0 0 2E 64 18 20 64 26
Octal 303 151 0 0 56 144 30 40 144 46
Binary 11000011 1101001 0 0 101110 1100100 11000 100000 1100100 100110

Color Harmonies of #C36900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36900

Black with #C36900

Text Example


Text Example

White with #C36900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36900; }

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

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

background-color css

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

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

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

border-color css

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

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

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