Html Css Color HEX #C36C05 Tenne (Tawny)

📋 copy color: '#C36C05'

red 195 ◦ green 108 ◦ blue 5

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

Shades of Tenne (Tawny) #C36C05

Tints of Tenne (Tawny) #C36C05

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.06%

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

R = 63.31%
G = 35.06%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C36C05 (or 0xC36C05) is known color: Tenne (Tawny). HEX triplet: C3, 6C and 05. RGB value is (195,108,5). Sum of RGB (Red+Green+Blue) = 195+108+5=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36C05 is #3C93FA. Grayscale: #7A7A7A. Windows color (decimal): -3970043 or 355523. OLE color: 355523.

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

Color convert

RGB 195 108 5 -
CMYK 0 0.45 0.97 0.24
HSL 32.53º 0.95% 0.39% -
HSV(B) 32.53º 0.97% 0.76% -
XYZ 27.9 22.34 2.99 -
YUV 122.27 61.82 179.88 -
System Red Green Blue C M Y K H S L
Decimal 195 108 5 0 0.45 0.97 0.24 32.53 0.95 0.39
Hex C3 6C 5 0 2D 61 18 21 5F 27
Octal 303 154 5 0 55 141 30 41 137 47
Binary 11000011 1101100 101 0 101101 1100001 11000 100001 1011111 100111

Color Harmonies of #C36C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36C05

Black with #C36C05

Text Example


Text Example

White with #C36C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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