Html Css Color HEX #CE6800 Tenne (Tawny)

📋 copy color: '#CE6800'

red 206 ◦ green 104 ◦ blue 0

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

Shades of Tenne (Tawny) #CE6800

Tints of Tenne (Tawny) #CE6800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.55%

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

R = 66.45%
G = 33.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE6800 (or 0xCE6800) is known color: Tenne (Tawny). HEX triplet: CE, 68 and 00. RGB value is (206,104,0). Sum of RGB (Red+Green+Blue) = 206+104+0=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6800 is #3197FF. Grayscale: #7B7B7B. Windows color (decimal): -3250176 or 26830. OLE color: 26830.

HSL color Cylindrical-coordinate representation of color #CE6800: hue angle of 30.29º 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 #CE6800 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 104 0 -
CMYK 0 0.50 1 0.19
HSL 30.29º 1% 0.4% -
HSV(B) 30.29º 1% 0.81% -
XYZ 30.4 23.02 2.84 -
YUV 122.64 58.79 187.46 -
System Red Green Blue C M Y K H S L
Decimal 206 104 0 0 0.50 1 0.19 30.29 1 0.4
Hex CE 68 0 0 32 64 13 1E 64 28
Octal 316 150 0 0 62 144 23 36 144 50
Binary 11001110 1101000 0 0 110010 1100100 10011 11110 1100100 101000

Color Harmonies of #CE6800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6800

Black with #CE6800

Text Example


Text Example

White with #CE6800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6800; }

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

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

background-color css

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

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

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

border-color css

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

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

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