Html Css Color HEX #CE5E06 Tenne (Tawny)

📋 copy color: '#CE5E06'

red 206 ◦ green 94 ◦ blue 6

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

Shades of Tenne (Tawny) #CE5E06

Tints of Tenne (Tawny) #CE5E06

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.72%

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

R = 67.32%
G = 30.72%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CE5E06 (or 0xCE5E06) is known color: Tenne (Tawny). HEX triplet: CE, 5E and 06. RGB value is (206,94,6). Sum of RGB (Red+Green+Blue) = 206+94+6=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5E06 is #31A1F9. Grayscale: #757575. Windows color (decimal): -3252730 or 417486. OLE color: 417486.

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

Color convert

RGB 206 94 6 -
CMYK 0 0.54 0.97 0.19
HSL 26.4º 0.94% 0.42% -
HSV(B) 26.4º 0.97% 0.81% -
XYZ 29.49 21.14 2.7 -
YUV 117.46 65.11 191.16 -
System Red Green Blue C M Y K H S L
Decimal 206 94 6 0 0.54 0.97 0.19 26.4 0.94 0.42
Hex CE 5E 6 0 36 61 13 1A 5E 2A
Octal 316 136 6 0 66 141 23 32 136 52
Binary 11001110 1011110 110 0 110110 1100001 10011 11010 1011110 101010

Color Harmonies of #CE5E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E06

Black with #CE5E06

Text Example


Text Example

White with #CE5E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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