Html Css Color HEX #614225 Dark Brown

📋 copy color: '#614225'

red 97 ◦ green 66 ◦ blue 37

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

Shades of Dark Brown #614225

Tints of Dark Brown #614225

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33%

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

R = 48.5%
G = 33%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#614225 (or 0x614225) is known color: Dark Brown. HEX triplet: 61, 42 and 25. RGB value is (97,66,37). Sum of RGB (Red+Green+Blue) = 97+66+37=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #614225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614225 is #9EBDDA. Grayscale: #484848. Windows color (decimal): -10403291 or 2441825. OLE color: 2441825.

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

Color convert

RGB 97 66 37 -
CMYK 0 0.32 0.62 0.62
HSL 29º 0.45% 0.26% -
HSV(B) 29º 0.62% 0.38% -
XYZ 7.21 6.57 2.64 -
YUV 71.96 108.27 145.86 -
System Red Green Blue C M Y K H S L
Decimal 97 66 37 0 0.32 0.62 0.62 29 0.45 0.26
Hex 61 42 25 0 20 3E 3E 1D 2D 1A
Octal 141 102 45 0 40 76 76 35 55 32
Binary 1100001 1000010 100101 0 100000 111110 111110 11101 101101 11010

Color Harmonies of #614225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614225

Black with #614225

Text Example


Text Example

White with #614225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614225; }

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

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

background-color css

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

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

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

border-color css

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

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

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