Html Css Color HEX #C06011 Tenne (Tawny)

📋 copy color: '#C06011'

red 192 ◦ green 96 ◦ blue 17

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

Shades of Tenne (Tawny) #C06011

Tints of Tenne (Tawny) #C06011

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.48%

 BLUE value IS 17 (7.03% from 255) = 5.57%

R = 62.95%
G = 31.48%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C06011 (or 0xC06011) is known color: Tenne (Tawny). HEX triplet: C0, 60 and 11. RGB value is (192,96,17). Sum of RGB (Red+Green+Blue) = 192+96+17=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C06011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06011 is #3F9FEE. Grayscale: #747474. Windows color (decimal): -4169711 or 1138880. OLE color: 1138880.

HSL color Cylindrical-coordinate representation of color #C06011: hue angle of 27.09º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C06011 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 17 -
CMYK 0 0.50 0.91 0.25
HSL 27.09º 0.84% 0.41% -
HSV(B) 27.09º 0.91% 0.75% -
XYZ 26.02 19.61 2.94 -
YUV 115.7 72.3 182.42 -
System Red Green Blue C M Y K H S L
Decimal 192 96 17 0 0.50 0.91 0.25 27.09 0.84 0.41
Hex C0 60 11 0 32 5B 19 1B 54 29
Octal 300 140 21 0 62 133 31 33 124 51
Binary 11000000 1100000 10001 0 110010 1011011 11001 11011 1010100 101001

Color Harmonies of #C06011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06011

Black with #C06011

Text Example


Text Example

White with #C06011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06011; }

 p { color: rgb(192,96,17); }

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

background-color css

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

 a { background-color: rgb(192,96,17); }

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

border-color css

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

 span { border-color: rgb(192,96,17); }

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