#604025

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

Shades of Bracken #604025

Tints of Bracken #604025

Color information

#604025 (or 0x604025) is unknown color: approx Bracken. HEX triplet: 60, 40 and 25. RGB value is (96,64,37). Sum of RGB (Red+Green+Blue) = 96+64+37=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #604025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604025 is #9FBFDA. Grayscale: #464646. Windows color (decimal): -10469339 or 2441312. OLE color: 2441312.

HSL color Cylindrical-coordinate representation of color #604025: hue angle of 27.46º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #604025 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB966437-
CMYK00.330.610.62
HSL27.46º44.36%26.08%-
HSV(B)27.46º61.46%37.65%-
XYZ6.996.292.6-
YUV70.49109.1146.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.73%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 37 (14.84% from 255) = 18.78%
R=48.73%
G=32.49%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96643700.330.610.6227.4644.3626.08
Hex6040250213D3E1b2c1a
Octal140100450417576335432
Binary1100000100000010010101000011111011111101101110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604025; }

 p { color: rgb(96,64,37); }

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

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

 a { background-color: rgb(96,64,37); }

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

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

 span { border-color: rgb(96,64,37); }

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