Html Css Color HEX #CE6401 Tenne (Tawny)

📋 copy color: '#CE6401'

red 206 ◦ green 100 ◦ blue 1

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

Shades of Tenne (Tawny) #CE6401

Tints of Tenne (Tawny) #CE6401

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.57%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 67.1%
G = 32.57%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE6401 (or 0xCE6401) is known color: Tenne (Tawny). HEX triplet: CE, 64 and 01. RGB value is (206,100,1). Sum of RGB (Red+Green+Blue) = 206+100+1=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6401 is #319BFE. Grayscale: #787878. Windows color (decimal): -3251199 or 91342. OLE color: 91342.

HSL color Cylindrical-coordinate representation of color #CE6401: hue angle of 28.98º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE6401 is Cyan = 0, Magento = 0.51, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 100 1 -
CMYK 0 0.51 1.00 0.19
HSL 28.98º 0.99% 0.41% -
HSV(B) 28.98º 1% 0.81% -
XYZ 30.02 22.24 2.74 -
YUV 120.41 60.62 189.05 -
System Red Green Blue C M Y K H S L
Decimal 206 100 1 0 0.51 1.00 0.19 28.98 0.99 0.41
Hex CE 64 1 0 33 64 13 1D 63 29
Octal 316 144 1 0 63 144 23 35 143 51
Binary 11001110 1100100 1 0 110011 1100100 10011 11101 1100011 101001

Color Harmonies of #CE6401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6401

Black with #CE6401

Text Example


Text Example

White with #CE6401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6401; }

 p { color: rgb(206,100,1); }

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

background-color css

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

 a { background-color: rgb(206,100,1); }

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

border-color css

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

 span { border-color: rgb(206,100,1); }

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