Html Css Color HEX #C36504 Tenne (Tawny)

📋 copy color: '#C36504'

red 195 ◦ green 101 ◦ blue 4

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

Shades of Tenne (Tawny) #C36504

Tints of Tenne (Tawny) #C36504

RGB

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

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

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

R = 65%
G = 33.67%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C36504 (or 0xC36504) is known color: Tenne (Tawny). HEX triplet: C3, 65 and 04. RGB value is (195,101,4). Sum of RGB (Red+Green+Blue) = 195+101+4=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C36504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36504 is #3C9AFB. Grayscale: #767676. Windows color (decimal): -3971836 or 288195. OLE color: 288195.

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

Color convert

RGB 195 101 4 -
CMYK 0 0.48 0.98 0.24
HSL 30.47º 0.96% 0.39% -
HSV(B) 30.47º 0.98% 0.76% -
XYZ 27.18 20.92 2.72 -
YUV 118.05 63.64 182.89 -
System Red Green Blue C M Y K H S L
Decimal 195 101 4 0 0.48 0.98 0.24 30.47 0.96 0.39
Hex C3 65 4 0 30 62 18 1E 60 27
Octal 303 145 4 0 60 142 30 36 140 47
Binary 11000011 1100101 100 0 110000 1100010 11000 11110 1100000 100111

Color Harmonies of #C36504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36504

Black with #C36504

Text Example


Text Example

White with #C36504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36504; }

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

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

background-color css

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

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

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

border-color css

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

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

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