Html Css Color HEX #614525 Dark Brown

📋 copy color: '#614525'

red 97 ◦ green 69 ◦ blue 37

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

Shades of Dark Brown #614525

Tints of Dark Brown #614525

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.99%

 BLUE value IS 37 (14.84% from 255) = 18.23%

R = 47.78%
G = 33.99%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#614525 (or 0x614525) is known color: Dark Brown. HEX triplet: 61, 45 and 25. RGB value is (97,69,37). Sum of RGB (Red+Green+Blue) = 97+69+37=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #614525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614525 is #9EBADA. Grayscale: #494949. Windows color (decimal): -10402523 or 2442593. OLE color: 2442593.

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

Color convert

RGB 97 69 37 -
CMYK 0 0.29 0.62 0.62
HSL 32º 0.45% 0.26% -
HSV(B) 32º 0.62% 0.38% -
XYZ 7.39 6.93 2.7 -
YUV 73.72 107.28 144.6 -
System Red Green Blue C M Y K H S L
Decimal 97 69 37 0 0.29 0.62 0.62 32 0.45 0.26
Hex 61 45 25 0 1D 3E 3E 20 2D 1A
Octal 141 105 45 0 35 76 76 40 55 32
Binary 1100001 1000101 100101 0 11101 111110 111110 100000 101101 11010

Color Harmonies of #614525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614525

Black with #614525

Text Example


Text Example

White with #614525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614525; }

 p { color: rgb(97,69,37); }

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

background-color css

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

 a { background-color: rgb(97,69,37); }

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

border-color css

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

 span { border-color: rgb(97,69,37); }

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