Html Css Color HEX #CE6504 Tenne (Tawny)

📋 copy color: '#CE6504'

red 206 ◦ green 101 ◦ blue 4

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

Shades of Tenne (Tawny) #CE6504

Tints of Tenne (Tawny) #CE6504

RGB

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

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

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

R = 66.24%
G = 32.48%
B = 1.29%

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

#CE6504 (or 0xCE6504) is known color: Tenne (Tawny). HEX triplet: CE, 65 and 04. RGB value is (206,101,4). Sum of RGB (Red+Green+Blue) = 206+101+4=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6504 is #319AFB. Grayscale: #797979. Windows color (decimal): -3250940 or 288206. OLE color: 288206.

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

Color convert

RGB 206 101 4 -
CMYK 0 0.51 0.98 0.19
HSL 28.81º 0.96% 0.41% -
HSV(B) 28.81º 0.98% 0.81% -
XYZ 30.13 22.44 2.86 -
YUV 121.34 61.79 188.39 -
System Red Green Blue C M Y K H S L
Decimal 206 101 4 0 0.51 0.98 0.19 28.81 0.96 0.41
Hex CE 65 4 0 33 62 13 1D 60 29
Octal 316 145 4 0 63 142 23 35 140 51
Binary 11001110 1100101 100 0 110011 1100010 10011 11101 1100000 101001

Color Harmonies of #CE6504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6504

Black with #CE6504

Text Example


Text Example

White with #CE6504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6504; }

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

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

background-color css

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

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

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

border-color css

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

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

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