#CE861D

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

Shades of Ochre #CE861D

Tints of Ochre #CE861D

Color information

#CE861D (or 0xCE861D) is unknown color: approx Ochre. HEX triplet: CE, 86 and 1D. RGB value is (206,134,29). Sum of RGB (Red+Green+Blue) = 206+134+29=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE861D is #3179E2. Grayscale: #909090. Windows color (decimal): -3242467 or 1935054. OLE color: 1935054.

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

Color convert

RGB20613429-
CMYK00.350.860.19
HSL35.59º75.32%46.08%-
HSV(B)35.59º85.92%80.78%-
XYZ34.230.265.2-
YUV143.5663.35172.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.83%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 29 (11.72% from 255) = 7.86%
R=55.83%
G=36.31%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061342900.350.860.1935.5975.3246.08
HexCE861D0235613244b2e
Octal31620635043126234411356
Binary11001110100001101110101000111010110100111001001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE861D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE861D; }

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

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

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

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

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

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

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

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