Html Css Color HEX #CE6700 Tenne (Tawny)

📋 copy color: '#CE6700'

red 206 ◦ green 103 ◦ blue 0

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

Shades of Tenne (Tawny) #CE6700

Tints of Tenne (Tawny) #CE6700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.33%

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

R = 66.67%
G = 33.33%
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

#CE6700 (or 0xCE6700) is known color: Tenne (Tawny). HEX triplet: CE, 67 and 00. RGB value is (206,103,0). Sum of RGB (Red+Green+Blue) = 206+103+0=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6700 is #3198FF. Grayscale: #7A7A7A. Windows color (decimal): -3250432 or 26574. OLE color: 26574.

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

Color convert

RGB 206 103 0 -
CMYK 0 0.50 1 0.19
HSL 30º 1% 0.4% -
HSV(B) 30º 1% 0.81% -
XYZ 30.3 22.82 2.81 -
YUV 122.06 59.12 187.88 -
System Red Green Blue C M Y K H S L
Decimal 206 103 0 0 0.50 1 0.19 30 1 0.4
Hex CE 67 0 0 32 64 13 1E 64 28
Octal 316 147 0 0 62 144 23 36 144 50
Binary 11001110 1100111 0 0 110010 1100100 10011 11110 1100100 101000

Color Harmonies of #CE6700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6700

Black with #CE6700

Text Example


Text Example

White with #CE6700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6700; }

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

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

background-color css

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

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

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

border-color css

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

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

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