#613F24

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

Shades of Bracken #613F24

Tints of Bracken #613F24

Color information

#613F24 (or 0x613F24) is unknown color: approx Bracken. HEX triplet: 61, 3F and 24. RGB value is (97,63,36). Sum of RGB (Red+Green+Blue) = 97+63+36=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #613F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F24 is #9EC0DB. Grayscale: #464646. Windows color (decimal): -10404060 or 2375521. OLE color: 2375521.

HSL color Cylindrical-coordinate representation of color #613F24: hue angle of 26.56º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #613F24 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB976336-
CMYK00.350.630.62
HSL26.56º45.86%26.08%-
HSV(B)26.56º62.89%38.04%-
XYZ7.036.222.5-
YUV70.09108.76147.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 63 (25% from 255) = 32.14%
BLUE value IS 36 (14.45% from 255) = 18.37%
R=49.49%
G=32.14%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97633600.350.630.6226.5645.8626.08
Hex613F240233F3E1b2e1a
Octal14177440437776335632
Binary110000111111110010001000111111111111101101110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613F24; }

 p { color: rgb(97,63,36); }

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

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

 a { background-color: rgb(97,63,36); }

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

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

 span { border-color: rgb(97,63,36); }

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