Html Css Color HEX #C35206 Tenne (Tawny)

📋 copy color: '#C35206'

red 195 ◦ green 82 ◦ blue 6

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

Shades of Tenne (Tawny) #C35206

Tints of Tenne (Tawny) #C35206

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.98%

 BLUE value IS 6 (2.73% from 255) = 2.12%

R = 68.9%
G = 28.98%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C35206 (or 0xC35206) is known color: Tenne (Tawny). HEX triplet: C3, 52 and 06. RGB value is (195,82,6). Sum of RGB (Red+Green+Blue) = 195+82+6=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C35206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35206 is #3CADF9. Grayscale: #6B6B6B. Windows color (decimal): -3976698 or 414403. OLE color: 414403.

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

Color convert

RGB 195 82 6 -
CMYK 0 0.58 0.97 0.24
HSL 24.13º 0.94% 0.39% -
HSV(B) 24.13º 0.97% 0.76% -
XYZ 25.56 17.65 2.23 -
YUV 107.12 70.94 190.68 -
System Red Green Blue C M Y K H S L
Decimal 195 82 6 0 0.58 0.97 0.24 24.13 0.94 0.39
Hex C3 52 6 0 3A 61 18 18 5E 27
Octal 303 122 6 0 72 141 30 30 136 47
Binary 11000011 1010010 110 0 111010 1100001 11000 11000 1011110 100111

Color Harmonies of #C35206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35206

Black with #C35206

Text Example


Text Example

White with #C35206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35206; }

 p { color: rgb(195,82,6); }

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

background-color css

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

 a { background-color: rgb(195,82,6); }

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

border-color css

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

 span { border-color: rgb(195,82,6); }

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