Html Css Color HEX #CE6505 Tenne (Tawny)

📋 copy color: '#CE6505'

red 206 ◦ green 101 ◦ blue 5

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

Shades of Tenne (Tawny) #CE6505

Tints of Tenne (Tawny) #CE6505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.37%

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

R = 66.03%
G = 32.37%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE6505 (or 0xCE6505) is known color: Tenne (Tawny). HEX triplet: CE, 65 and 05. RGB value is (206,101,5). Sum of RGB (Red+Green+Blue) = 206+101+5=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6505 is #319AFA. Grayscale: #797979. Windows color (decimal): -3250939 or 353742. OLE color: 353742.

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

Color convert

RGB 206 101 5 -
CMYK 0 0.51 0.98 0.19
HSL 28.66º 0.95% 0.41% -
HSV(B) 28.66º 0.98% 0.81% -
XYZ 30.13 22.44 2.89 -
YUV 121.45 62.29 188.31 -
System Red Green Blue C M Y K H S L
Decimal 206 101 5 0 0.51 0.98 0.19 28.66 0.95 0.41
Hex CE 65 5 0 33 62 13 1D 5F 29
Octal 316 145 5 0 63 142 23 35 137 51
Binary 11001110 1100101 101 0 110011 1100010 10011 11101 1011111 101001

Color Harmonies of #CE6505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6505

Black with #CE6505

Text Example


Text Example

White with #CE6505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6505; }

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

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

background-color css

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

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

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

border-color css

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

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

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