Html Css Color HEX #CE5306 Tenne (Tawny)

📋 copy color: '#CE5306'

red 206 ◦ green 83 ◦ blue 6

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

Shades of Tenne (Tawny) #CE5306

Tints of Tenne (Tawny) #CE5306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.14%

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

R = 69.83%
G = 28.14%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CE5306 (or 0xCE5306) is known color: Tenne (Tawny). HEX triplet: CE, 53 and 06. RGB value is (206,83,6). Sum of RGB (Red+Green+Blue) = 206+83+6=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5306 is #31ACF9. Grayscale: #6F6F6F. Windows color (decimal): -3255546 or 414670. OLE color: 414670.

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

Color convert

RGB 206 83 6 -
CMYK 0 0.60 0.97 0.19
HSL 23.1º 0.94% 0.42% -
HSV(B) 23.1º 0.97% 0.81% -
XYZ 28.58 19.32 2.4 -
YUV 111 68.75 195.76 -
System Red Green Blue C M Y K H S L
Decimal 206 83 6 0 0.60 0.97 0.19 23.1 0.94 0.42
Hex CE 53 6 0 3C 61 13 17 5E 2A
Octal 316 123 6 0 74 141 23 27 136 52
Binary 11001110 1010011 110 0 111100 1100001 10011 10111 1011110 101010

Color Harmonies of #CE5306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5306

Black with #CE5306

Text Example


Text Example

White with #CE5306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5306; }

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

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

background-color css

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

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

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

border-color css

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

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

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