Html Css Color HEX #CE6E00 Tenne (Tawny)

📋 copy color: '#CE6E00'

red 206 ◦ green 110 ◦ blue 0

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

Shades of Tenne (Tawny) #CE6E00

Tints of Tenne (Tawny) #CE6E00

RGB

 RED value IS 206 (80.86% from 255) = 65.19%

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

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

R = 65.19%
G = 34.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE6E00 (or 0xCE6E00) is known color: Tenne (Tawny). HEX triplet: CE, 6E and 00. RGB value is (206,110,0). Sum of RGB (Red+Green+Blue) = 206+110+0=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6E00 is #3191FF. Grayscale: #7E7E7E. Windows color (decimal): -3248640 or 28366. OLE color: 28366.

HSL color Cylindrical-coordinate representation of color #CE6E00: hue angle of 32.04º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE6E00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 110 0 -
CMYK 0 0.47 1 0.19
HSL 32.04º 1% 0.4% -
HSV(B) 32.04º 1% 0.81% -
XYZ 31.03 24.27 3.05 -
YUV 126.16 56.8 184.94 -
System Red Green Blue C M Y K H S L
Decimal 206 110 0 0 0.47 1 0.19 32.04 1 0.4
Hex CE 6E 0 0 2F 64 13 20 64 28
Octal 316 156 0 0 57 144 23 40 144 50
Binary 11001110 1101110 0 0 101111 1100100 10011 100000 1100100 101000

Color Harmonies of #CE6E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6E00

Black with #CE6E00

Text Example


Text Example

White with #CE6E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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