Html Css Color HEX #CE6805 Tenne (Tawny)

📋 copy color: '#CE6805'

red 206 ◦ green 104 ◦ blue 5

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

Shades of Tenne (Tawny) #CE6805

Tints of Tenne (Tawny) #CE6805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.02%

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 65.4%
G = 33.02%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE6805 (or 0xCE6805) is known color: Tenne (Tawny). HEX triplet: CE, 68 and 05. RGB value is (206,104,5). Sum of RGB (Red+Green+Blue) = 206+104+5=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6805 is #3197FA. Grayscale: #7B7B7B. Windows color (decimal): -3250171 or 354510. OLE color: 354510.

HSL color Cylindrical-coordinate representation of color #CE6805: hue angle of 29.55º degrees, saturation: 0.95, 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 #CE6805 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 104 5 -
CMYK 0 0.50 0.98 0.19
HSL 29.55º 0.95% 0.41% -
HSV(B) 29.55º 0.98% 0.81% -
XYZ 30.43 23.03 2.99 -
YUV 123.21 61.29 187.05 -
System Red Green Blue C M Y K H S L
Decimal 206 104 5 0 0.50 0.98 0.19 29.55 0.95 0.41
Hex CE 68 5 0 32 62 13 1E 5F 29
Octal 316 150 5 0 62 142 23 36 137 51
Binary 11001110 1101000 101 0 110010 1100010 10011 11110 1011111 101001

Color Harmonies of #CE6805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6805

Black with #CE6805

Text Example


Text Example

White with #CE6805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6805; }

 p { color: rgb(206,104,5); }

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

background-color css

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

 a { background-color: rgb(206,104,5); }

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

border-color css

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

 span { border-color: rgb(206,104,5); }

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