Html Css Color HEX #614625 Dark Brown

📋 copy color: '#614625'

red 97 ◦ green 70 ◦ blue 37

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

Shades of Dark Brown #614625

Tints of Dark Brown #614625

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.31%

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

R = 47.55%
G = 34.31%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#614625 (or 0x614625) is known color: Dark Brown. HEX triplet: 61, 46 and 25. RGB value is (97,70,37). Sum of RGB (Red+Green+Blue) = 97+70+37=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #614625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614625 is #9EB9DA. Grayscale: #4A4A4A. Windows color (decimal): -10402267 or 2442849. OLE color: 2442849.

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

Color convert

RGB 97 70 37 -
CMYK 0 0.28 0.62 0.62
HSL 33º 0.45% 0.26% -
HSV(B) 33º 0.62% 0.38% -
XYZ 7.45 7.06 2.72 -
YUV 74.31 106.95 144.18 -
System Red Green Blue C M Y K H S L
Decimal 97 70 37 0 0.28 0.62 0.62 33 0.45 0.26
Hex 61 46 25 0 1C 3E 3E 21 2D 1A
Octal 141 106 45 0 34 76 76 41 55 32
Binary 1100001 1000110 100101 0 11100 111110 111110 100001 101101 11010

Color Harmonies of #614625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614625

Black with #614625

Text Example


Text Example

White with #614625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614625; }

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

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

background-color css

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

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

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

border-color css

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

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

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