#CF9F61

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

Shades of Apache #CF9F61

Tints of Apache #CF9F61

Color information

#CF9F61 (or 0xCF9F61) is unknown color: approx Apache. HEX triplet: CF, 9F and 61. RGB value is (207,159,97). Sum of RGB (Red+Green+Blue) = 207+159+97=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F61 is #30609E. Grayscale: #A6A6A6. Windows color (decimal): -3170463 or 6397903. OLE color: 6397903.

HSL color Cylindrical-coordinate representation of color #CF9F61: hue angle of 33.82º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF9F61 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB20715997-
CMYK00.230.530.19
HSL33.82º53.4%59.61%-
HSV(B)33.82º53.14%81.18%-
XYZ40.2938.9216.7-
YUV166.2888.9157.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.71%
GREEN value IS 159 (62.5% from 255) = 34.34%
BLUE value IS 97 (38.28% from 255) = 20.95%
R=44.71%
G=34.34%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071599700.230.530.1933.8253.459.61
HexCF9F61017351322353c
Octal3172371410276523426574
Binary1100111110011111110000101011111010110011100010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9F61; }

 p { color: rgb(207,159,97); }

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

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

 a { background-color: rgb(207,159,97); }

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

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

 span { border-color: rgb(207,159,97); }

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