Html Css Color HEX #CE6301 Tenne (Tawny)

📋 copy color: '#CE6301'

red 206 ◦ green 99 ◦ blue 1

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

Shades of Tenne (Tawny) #CE6301

Tints of Tenne (Tawny) #CE6301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.35%

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

R = 67.32%
G = 32.35%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CE6301 (or 0xCE6301) is known color: Tenne (Tawny). HEX triplet: CE, 63 and 01. RGB value is (206,99,1). Sum of RGB (Red+Green+Blue) = 206+99+1=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6301 is #319CFE. Grayscale: #787878. Windows color (decimal): -3251455 or 91086. OLE color: 91086.

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

Color convert

RGB 206 99 1 -
CMYK 0 0.52 1.00 0.19
HSL 28.68º 0.99% 0.41% -
HSV(B) 28.68º 1% 0.81% -
XYZ 29.92 22.05 2.71 -
YUV 119.82 60.95 189.47 -
System Red Green Blue C M Y K H S L
Decimal 206 99 1 0 0.52 1.00 0.19 28.68 0.99 0.41
Hex CE 63 1 0 34 64 13 1D 63 29
Octal 316 143 1 0 64 144 23 35 143 51
Binary 11001110 1100011 1 0 110100 1100100 10011 11101 1100011 101001

Color Harmonies of #CE6301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6301

Black with #CE6301

Text Example


Text Example

White with #CE6301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6301; }

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

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

background-color css

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

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

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

border-color css

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

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

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