Html Css Color HEX #C36004 Tenne (Tawny)

📋 copy color: '#C36004'

red 195 ◦ green 96 ◦ blue 4

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

Shades of Tenne (Tawny) #C36004

Tints of Tenne (Tawny) #C36004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.54%

 BLUE value IS 4 (1.95% from 255) = 1.36%

R = 66.1%
G = 32.54%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C36004 (or 0xC36004) is known color: Tenne (Tawny). HEX triplet: C3, 60 and 04. RGB value is (195,96,4). Sum of RGB (Red+Green+Blue) = 195+96+4=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C36004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36004 is #3C9FFB. Grayscale: #737373. Windows color (decimal): -3973116 or 286915. OLE color: 286915.

HSL color Cylindrical-coordinate representation of color #C36004: hue angle of 28.9º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C36004 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 96 4 -
CMYK 0 0.51 0.98 0.24
HSL 28.9º 0.96% 0.39% -
HSV(B) 28.9º 0.98% 0.76% -
XYZ 26.71 19.98 2.56 -
YUV 115.11 65.3 184.98 -
System Red Green Blue C M Y K H S L
Decimal 195 96 4 0 0.51 0.98 0.24 28.9 0.96 0.39
Hex C3 60 4 0 33 62 18 1D 60 27
Octal 303 140 4 0 63 142 30 35 140 47
Binary 11000011 1100000 100 0 110011 1100010 11000 11101 1100000 100111

Color Harmonies of #C36004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36004

Black with #C36004

Text Example


Text Example

White with #C36004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36004; }

 p { color: rgb(195,96,4); }

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

background-color css

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

 a { background-color: rgb(195,96,4); }

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

border-color css

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

 span { border-color: rgb(195,96,4); }

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