Html Css Color HEX #C36405 Tenne (Tawny)

📋 copy color: '#C36405'

red 195 ◦ green 100 ◦ blue 5

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

Shades of Tenne (Tawny) #C36405

Tints of Tenne (Tawny) #C36405

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.33%

 BLUE value IS 5 (2.34% from 255) = 1.67%

R = 65%
G = 33.33%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C36405 (or 0xC36405) is known color: Tenne (Tawny). HEX triplet: C3, 64 and 05. RGB value is (195,100,5). Sum of RGB (Red+Green+Blue) = 195+100+5=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C36405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36405 is #3C9BFA. Grayscale: #767676. Windows color (decimal): -3972091 or 353475. OLE color: 353475.

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

Color convert

RGB 195 100 5 -
CMYK 0 0.49 0.97 0.24
HSL 30º 0.95% 0.39% -
HSV(B) 30º 0.97% 0.76% -
XYZ 27.09 20.73 2.72 -
YUV 117.58 64.47 183.22 -
System Red Green Blue C M Y K H S L
Decimal 195 100 5 0 0.49 0.97 0.24 30 0.95 0.39
Hex C3 64 5 0 31 61 18 1E 5F 27
Octal 303 144 5 0 61 141 30 36 137 47
Binary 11000011 1100100 101 0 110001 1100001 11000 11110 1011111 100111

Color Harmonies of #C36405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36405

Black with #C36405

Text Example


Text Example

White with #C36405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36405; }

 p { color: rgb(195,100,5); }

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

background-color css

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

 a { background-color: rgb(195,100,5); }

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

border-color css

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

 span { border-color: rgb(195,100,5); }

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