Html Css Color HEX #614324 Dark Brown

📋 copy color: '#614324'

red 97 ◦ green 67 ◦ blue 36

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

Shades of Dark Brown #614324

Tints of Dark Brown #614324

RGB

 RED value IS 97 (38.28% from 255) = 48.5%

 GREEN value IS 67 (26.56% from 255) = 33.5%

 BLUE value IS 36 (14.45% from 255) = 18%

R = 48.5%
G = 33.5%
B = 18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#614324 (or 0x614324) is known color: Dark Brown. HEX triplet: 61, 43 and 24. RGB value is (97,67,36). Sum of RGB (Red+Green+Blue) = 97+67+36=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #614324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614324 is #9EBCDB. Grayscale: #484848. Windows color (decimal): -10403036 or 2376545. OLE color: 2376545.

HSL color Cylindrical-coordinate representation of color #614324: hue angle of 30.49º 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 #614324 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 67 36 -
CMYK 0 0.31 0.63 0.62
HSL 30.49º 0.46% 0.26% -
HSV(B) 30.49º 0.63% 0.38% -
XYZ 7.26 6.68 2.58 -
YUV 72.44 107.44 145.52 -
System Red Green Blue C M Y K H S L
Decimal 97 67 36 0 0.31 0.63 0.62 30.49 0.46 0.26
Hex 61 43 24 0 1F 3F 3E 1E 2E 1A
Octal 141 103 44 0 37 77 76 36 56 32
Binary 1100001 1000011 100100 0 11111 111111 111110 11110 101110 11010

Color Harmonies of #614324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614324

Black with #614324

Text Example


Text Example

White with #614324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614324; }

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

 H1.HeaderClassName
 {
   color: #614324;
 }
 .AnyTagClassName
 {
   color: #614324;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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