Html Css Color HEX #613F24 Bracken

📋 copy color: '#613F24'

red 97 ◦ green 63 ◦ blue 36

#613F24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bracken #613F24

Tints of Bracken #613F24

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 value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#613F24 (or 0x613F24) is known color: 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

RGB 97 63 36 -
CMYK 0 0.35 0.63 0.62
HSL 26.56º 0.46% 0.26% -
HSV(B) 26.56º 0.63% 0.38% -
XYZ 7.03 6.22 2.5 -
YUV 70.09 108.76 147.2 -
System Red Green Blue C M Y K H S L
Decimal 97 63 36 0 0.35 0.63 0.62 26.56 0.46 0.26
Hex 61 3F 24 0 23 3F 3E 1B 2E 1A
Octal 141 77 44 0 43 77 76 33 56 32
Binary 1100001 111111 100100 0 100011 111111 111110 11011 101110 11010

Color Harmonies of #613F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F24

Black with #613F24

Text Example


Text Example

White with #613F24

Text Example


Text Example

HTML Codes & Css Web 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>