Html Css Color HEX #614125 Dark Brown

📋 copy color: '#614125'

red 97 ◦ green 65 ◦ blue 37

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

Shades of Dark Brown #614125

Tints of Dark Brown #614125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.66%

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

R = 48.74%
G = 32.66%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#614125 (or 0x614125) is known color: Dark Brown. HEX triplet: 61, 41 and 25. RGB value is (97,65,37). Sum of RGB (Red+Green+Blue) = 97+65+37=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #614125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614125 is #9EBEDA. Grayscale: #474747. Windows color (decimal): -10403547 or 2441569. OLE color: 2441569.

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

Color convert

RGB 97 65 37 -
CMYK 0 0.33 0.62 0.62
HSL 28º 0.45% 0.26% -
HSV(B) 28º 0.62% 0.38% -
XYZ 7.15 6.46 2.62 -
YUV 71.38 108.6 146.28 -
System Red Green Blue C M Y K H S L
Decimal 97 65 37 0 0.33 0.62 0.62 28 0.45 0.26
Hex 61 41 25 0 21 3E 3E 1C 2D 1A
Octal 141 101 45 0 41 76 76 34 55 32
Binary 1100001 1000001 100101 0 100001 111110 111110 11100 101101 11010

Color Harmonies of #614125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614125

Black with #614125

Text Example


Text Example

White with #614125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614125; }

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

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

background-color css

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

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

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

border-color css

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

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

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