Html Css Color HEX #C36705 Tenne (Tawny)

📋 copy color: '#C36705'

red 195 ◦ green 103 ◦ blue 5

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

Shades of Tenne (Tawny) #C36705

Tints of Tenne (Tawny) #C36705

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.99%

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

R = 64.36%
G = 33.99%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C36705 (or 0xC36705) is known color: Tenne (Tawny). HEX triplet: C3, 67 and 05. RGB value is (195,103,5). Sum of RGB (Red+Green+Blue) = 195+103+5=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C36705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36705 is #3C98FA. Grayscale: #777777. Windows color (decimal): -3971323 or 354243. OLE color: 354243.

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

Color convert

RGB 195 103 5 -
CMYK 0 0.47 0.97 0.24
HSL 30.95º 0.95% 0.39% -
HSV(B) 30.95º 0.97% 0.76% -
XYZ 27.38 21.31 2.81 -
YUV 119.34 63.48 181.97 -
System Red Green Blue C M Y K H S L
Decimal 195 103 5 0 0.47 0.97 0.24 30.95 0.95 0.39
Hex C3 67 5 0 2F 61 18 1F 5F 27
Octal 303 147 5 0 57 141 30 37 137 47
Binary 11000011 1100111 101 0 101111 1100001 11000 11111 1011111 100111

Color Harmonies of #C36705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36705

Black with #C36705

Text Example


Text Example

White with #C36705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36705; }

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

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

background-color css

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

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

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

border-color css

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

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

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