Html Css Color HEX #CE6206 Tenne (Tawny)

📋 copy color: '#CE6206'

red 206 ◦ green 98 ◦ blue 6

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

Shades of Tenne (Tawny) #CE6206

Tints of Tenne (Tawny) #CE6206

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.61%

 BLUE value IS 6 (2.73% from 255) = 1.94%

R = 66.45%
G = 31.61%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CE6206 (or 0xCE6206) is known color: Tenne (Tawny). HEX triplet: CE, 62 and 06. RGB value is (206,98,6). Sum of RGB (Red+Green+Blue) = 206+98+6=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6206 is #319DF9. Grayscale: #787878. Windows color (decimal): -3251706 or 418510. OLE color: 418510.

HSL color Cylindrical-coordinate representation of color #CE6206: hue angle of 27.6º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE6206 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 98 6 -
CMYK 0 0.52 0.97 0.19
HSL 27.6º 0.94% 0.42% -
HSV(B) 27.6º 0.97% 0.81% -
XYZ 29.85 21.87 2.82 -
YUV 119.8 63.78 189.48 -
System Red Green Blue C M Y K H S L
Decimal 206 98 6 0 0.52 0.97 0.19 27.6 0.94 0.42
Hex CE 62 6 0 34 61 13 1C 5E 2A
Octal 316 142 6 0 64 141 23 34 136 52
Binary 11001110 1100010 110 0 110100 1100001 10011 11100 1011110 101010

Color Harmonies of #CE6206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6206

Black with #CE6206

Text Example


Text Example

White with #CE6206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6206; }

 p { color: rgb(206,98,6); }

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

background-color css

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

 a { background-color: rgb(206,98,6); }

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

border-color css

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

 span { border-color: rgb(206,98,6); }

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