Html Css Color HEX #C06E00 Tenne (Tawny)

📋 copy color: '#C06E00'

red 192 ◦ green 110 ◦ blue 0

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

Shades of Tenne (Tawny) #C06E00

Tints of Tenne (Tawny) #C06E00

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.58%
G = 36.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C06E00 (or 0xC06E00) is known color: Tenne (Tawny). HEX triplet: C0, 6E and 00. RGB value is (192,110,0). Sum of RGB (Red+Green+Blue) = 192+110+0=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06E00 is #3F91FF. Grayscale: #7A7A7A. Windows color (decimal): -4166144 or 28352. OLE color: 28352.

HSL color Cylindrical-coordinate representation of color #C06E00: hue angle of 34.38º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C06E00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 110 0 -
CMYK 0 0.43 1 0.25
HSL 34.38º 1% 0.38% -
HSV(B) 34.38º 1% 0.75% -
XYZ 27.31 22.36 2.88 -
YUV 121.98 59.17 177.94 -
System Red Green Blue C M Y K H S L
Decimal 192 110 0 0 0.43 1 0.25 34.38 1 0.38
Hex C0 6E 0 0 2B 64 19 22 64 26
Octal 300 156 0 0 53 144 31 42 144 46
Binary 11000000 1101110 0 0 101011 1100100 11001 100010 1100100 100110

Color Harmonies of #C06E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E00

Black with #C06E00

Text Example


Text Example

White with #C06E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E00; }

 p { color: rgb(192,110,0); }

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

background-color css

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

 a { background-color: rgb(192,110,0); }

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

border-color css

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

 span { border-color: rgb(192,110,0); }

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