Html Css Color HEX #CE6300 Tenne (Tawny)

📋 copy color: '#CE6300'

red 206 ◦ green 99 ◦ blue 0

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

Shades of Tenne (Tawny) #CE6300

Tints of Tenne (Tawny) #CE6300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

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

R = 67.54%
G = 32.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE6300 (or 0xCE6300) is known color: Tenne (Tawny). HEX triplet: CE, 63 and 00. RGB value is (206,99,0). Sum of RGB (Red+Green+Blue) = 206+99+0=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6300 is #319CFF. Grayscale: #787878. Windows color (decimal): -3251456 or 25550. OLE color: 25550.

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

Color convert

RGB 206 99 0 -
CMYK 0 0.52 1 0.19
HSL 28.83º 1% 0.4% -
HSV(B) 28.83º 1% 0.81% -
XYZ 29.92 22.05 2.68 -
YUV 119.71 60.45 189.55 -
System Red Green Blue C M Y K H S L
Decimal 206 99 0 0 0.52 1 0.19 28.83 1 0.4
Hex CE 63 0 0 34 64 13 1D 64 28
Octal 316 143 0 0 64 144 23 35 144 50
Binary 11001110 1100011 0 0 110100 1100100 10011 11101 1100100 101000

Color Harmonies of #CE6300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6300

Black with #CE6300

Text Example


Text Example

White with #CE6300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6300; }

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

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

background-color css

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

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

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

border-color css

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

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

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