Html Css Color HEX #C05706 Tenne (Tawny)

📋 copy color: '#C05706'

red 192 ◦ green 87 ◦ blue 6

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

Shades of Tenne (Tawny) #C05706

Tints of Tenne (Tawny) #C05706

RGB

 RED value IS 192 (75.39% from 255) = 67.37%

 GREEN value IS 87 (34.38% from 255) = 30.53%

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

R = 67.37%
G = 30.53%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C05706 (or 0xC05706) is known color: Tenne (Tawny). HEX triplet: C0, 57 and 06. RGB value is (192,87,6). Sum of RGB (Red+Green+Blue) = 192+87+6=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C05706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05706 is #3FA8F9. Grayscale: #6D6D6D. Windows color (decimal): -4172026 or 415680. OLE color: 415680.

HSL color Cylindrical-coordinate representation of color #C05706: hue angle of 26.13º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C05706 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 87 6 -
CMYK 0 0.55 0.97 0.25
HSL 26.13º 0.94% 0.39% -
HSV(B) 26.13º 0.97% 0.75% -
XYZ 25.18 18.04 2.33 -
YUV 109.16 69.79 187.09 -
System Red Green Blue C M Y K H S L
Decimal 192 87 6 0 0.55 0.97 0.25 26.13 0.94 0.39
Hex C0 57 6 0 37 61 19 1A 5E 27
Octal 300 127 6 0 67 141 31 32 136 47
Binary 11000000 1010111 110 0 110111 1100001 11001 11010 1011110 100111

Color Harmonies of #C05706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05706

Black with #C05706

Text Example


Text Example

White with #C05706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05706; }

 p { color: rgb(192,87,6); }

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

background-color css

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

 a { background-color: rgb(192,87,6); }

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

border-color css

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

 span { border-color: rgb(192,87,6); }

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