#CF861E

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

Shades of Ochre #CF861E

Tints of Ochre #CF861E

Color information

#CF861E (or 0xCF861E) is unknown color: approx Ochre. HEX triplet: CF, 86 and 1E. RGB value is (207,134,30). Sum of RGB (Red+Green+Blue) = 207+134+30=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF861E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF861E is #3079E1. Grayscale: #909090. Windows color (decimal): -3176930 or 2000591. OLE color: 2000591.

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

Color convert

RGB20713430-
CMYK00.350.860.19
HSL35.25º74.68%46.47%-
HSV(B)35.25º85.51%81.18%-
XYZ34.4930.415.28-
YUV143.9763.68172.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.80%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 30 (12.11% from 255) = 8.09%
R=55.80%
G=36.12%
B=8.09%

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
Decimal2071343000.350.860.1935.2574.6846.47
HexCF861E0235613234b2e
Octal31720636043126234311356
Binary11001111100001101111001000111010110100111000111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF861E; }

 p { color: rgb(207,134,30); }

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

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

 a { background-color: rgb(207,134,30); }

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

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

 span { border-color: rgb(207,134,30); }

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