Html Css Color HEX #CE6100 Tenne (Tawny)

📋 copy color: '#CE6100'

red 206 ◦ green 97 ◦ blue 0

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

Shades of Tenne (Tawny) #CE6100

Tints of Tenne (Tawny) #CE6100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.01%

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

R = 67.99%
G = 32.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE6100 (or 0xCE6100) is known color: Tenne (Tawny). HEX triplet: CE, 61 and 00. RGB value is (206,97,0). Sum of RGB (Red+Green+Blue) = 206+97+0=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6100 is #319EFF. Grayscale: #777777. Windows color (decimal): -3251968 or 25038. OLE color: 25038.

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

Color convert

RGB 206 97 0 -
CMYK 0 0.53 1 0.19
HSL 28.25º 1% 0.4% -
HSV(B) 28.25º 1% 0.81% -
XYZ 29.73 21.67 2.62 -
YUV 118.53 61.11 190.39 -
System Red Green Blue C M Y K H S L
Decimal 206 97 0 0 0.53 1 0.19 28.25 1 0.4
Hex CE 61 0 0 35 64 13 1C 64 28
Octal 316 141 0 0 65 144 23 34 144 50
Binary 11001110 1100001 0 0 110101 1100100 10011 11100 1100100 101000

Color Harmonies of #CE6100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6100

Black with #CE6100

Text Example


Text Example

White with #CE6100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6100; }

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

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

background-color css

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

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

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

border-color css

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

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

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