#CE8615

Color #CE8615 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CE8615

Tints of Ochre #CE8615

Color information

#CE8615 (or 0xCE8615) is unknown color: approx Ochre. HEX triplet: CE, 86 and 15. RGB value is (206,134,21). Sum of RGB (Red+Green+Blue) = 206+134+21=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8615 is #3179EA. Grayscale: #8F8F8F. Windows color (decimal): -3242475 or 1410766. OLE color: 1410766.

HSL color Cylindrical-coordinate representation of color #CE8615: hue angle of 36.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE8615 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB20613421-
CMYK00.350.900.19
HSL36.65º81.5%44.51%-
HSV(B)36.65º89.81%80.78%-
XYZ34.1130.234.75-
YUV142.6559.35173.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.06%
GREEN value IS 134 (52.73% from 255) = 37.12%
BLUE value IS 21 (8.59% from 255) = 5.82%
R=57.06%
G=37.12%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061342100.350.900.1936.6581.544.51
HexCE86150235A1325512d
Octal31620625043132234512155
Binary11001110100001101010101000111011010100111001011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8615; }

 p { color: rgb(206,134,21); }

 H1.HeaderClassName
 {
   color: #CE8615;
 }
 .AnyTagClassName
 {
   color: #CE8615;
 }
</style>
background-color css

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

 a { background-color: rgb(206,134,21); }

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

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

 span { border-color: rgb(206,134,21); }

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