Html Css Color HEX #CE6A04 Tenne (Tawny)

📋 copy color: '#CE6A04'

red 206 ◦ green 106 ◦ blue 4

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

Shades of Tenne (Tawny) #CE6A04

Tints of Tenne (Tawny) #CE6A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.54%

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 65.19%
G = 33.54%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE6A04 (or 0xCE6A04) is known color: Tenne (Tawny). HEX triplet: CE, 6A and 04. RGB value is (206,106,4). Sum of RGB (Red+Green+Blue) = 206+106+4=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6A04 is #3195FB. Grayscale: #7C7C7C. Windows color (decimal): -3249660 or 289486. OLE color: 289486.

HSL color Cylindrical-coordinate representation of color #CE6A04: hue angle of 30.3º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE6A04 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 106 4 -
CMYK 0 0.49 0.98 0.19
HSL 30.3º 0.96% 0.41% -
HSV(B) 30.3º 0.98% 0.81% -
XYZ 30.63 23.44 3.02 -
YUV 124.27 60.13 186.29 -
System Red Green Blue C M Y K H S L
Decimal 206 106 4 0 0.49 0.98 0.19 30.3 0.96 0.41
Hex CE 6A 4 0 31 62 13 1E 60 29
Octal 316 152 4 0 61 142 23 36 140 51
Binary 11001110 1101010 100 0 110001 1100010 10011 11110 1100000 101001

Color Harmonies of #CE6A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A04

Black with #CE6A04

Text Example


Text Example

White with #CE6A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A04; }

 p { color: rgb(206,106,4); }

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

background-color css

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

 a { background-color: rgb(206,106,4); }

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

border-color css

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

 span { border-color: rgb(206,106,4); }

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