#613D26

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

Shades of Bracken #613D26

Tints of Bracken #613D26

Color information

#613D26 (or 0x613D26) is unknown color: approx Bracken. HEX triplet: 61, 3D and 26. RGB value is (97,61,38). Sum of RGB (Red+Green+Blue) = 97+61+38=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #613D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D26 is #9EC2D9. Grayscale: #454545. Windows color (decimal): -10404570 or 2506081. OLE color: 2506081.

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

Color convert

RGB976138-
CMYK00.370.610.62
HSL23.39º43.7%26.47%-
HSV(B)23.39º60.82%38.04%-
XYZ6.956.022.63-
YUV69.14110.43147.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 61 (24.22% from 255) = 31.12%
BLUE value IS 38 (15.23% from 255) = 19.39%
R=49.49%
G=31.12%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97613800.370.610.6223.3943.726.47
Hex613D260253D3E172c1a
Octal14175460457576275432
Binary110000111110110011001001011111011111101011110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,61,38); }

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

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

 a { background-color: rgb(97,61,38); }

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

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

 span { border-color: rgb(97,61,38); }

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