Html Css Color HEX #CE6A00 Tenne (Tawny)

📋 copy color: '#CE6A00'

red 206 ◦ green 106 ◦ blue 0

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

Shades of Tenne (Tawny) #CE6A00

Tints of Tenne (Tawny) #CE6A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.97%

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

R = 66.03%
G = 33.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE6A00 (or 0xCE6A00) is known color: Tenne (Tawny). HEX triplet: CE, 6A and 00. RGB value is (206,106,0). Sum of RGB (Red+Green+Blue) = 206+106+0=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6A00 is #3195FF. Grayscale: #7C7C7C. Windows color (decimal): -3249664 or 27342. OLE color: 27342.

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

Color convert

RGB 206 106 0 -
CMYK 0 0.49 1 0.19
HSL 30.87º 1% 0.4% -
HSV(B) 30.87º 1% 0.81% -
XYZ 30.61 23.43 2.91 -
YUV 123.82 58.13 186.62 -
System Red Green Blue C M Y K H S L
Decimal 206 106 0 0 0.49 1 0.19 30.87 1 0.4
Hex CE 6A 0 0 31 64 13 1F 64 28
Octal 316 152 0 0 61 144 23 37 144 50
Binary 11001110 1101010 0 0 110001 1100100 10011 11111 1100100 101000

Color Harmonies of #CE6A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A00

Black with #CE6A00

Text Example


Text Example

White with #CE6A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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