#603D25

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

Shades of Bracken #603D25

Tints of Bracken #603D25

Color information

#603D25 (or 0x603D25) is unknown color: approx Bracken. HEX triplet: 60, 3D and 25. RGB value is (96,61,37). Sum of RGB (Red+Green+Blue) = 96+61+37=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #603D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D25 is #9FC2DA. Grayscale: #444444. Windows color (decimal): -10470107 or 2440544. OLE color: 2440544.

HSL color Cylindrical-coordinate representation of color #603D25: hue angle of 24.41º 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 #603D25 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB966137-
CMYK00.360.610.62
HSL24.41º44.36%26.08%-
HSV(B)24.41º61.46%37.65%-
XYZ6.835.962.54-
YUV68.73110.1147.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.48%
GREEN value IS 61 (24.22% from 255) = 31.44%
BLUE value IS 37 (14.84% from 255) = 19.07%
R=49.48%
G=31.44%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96613700.360.610.6224.4144.3626.08
Hex603D250243D3E182c1a
Octal14075450447576305432
Binary110000011110110010101001001111011111101100010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603D25; }

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

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

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

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

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

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

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

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