Html Css Color HEX #614725 Dark Brown

📋 copy color: '#614725'

red 97 ◦ green 71 ◦ blue 37

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

Shades of Dark Brown #614725

Tints of Dark Brown #614725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.63%

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

R = 47.32%
G = 34.63%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#614725 (or 0x614725) is known color: Dark Brown. HEX triplet: 61, 47 and 25. RGB value is (97,71,37). Sum of RGB (Red+Green+Blue) = 97+71+37=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #614725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614725 is #9EB8DA. Grayscale: #4B4B4B. Windows color (decimal): -10402011 or 2443105. OLE color: 2443105.

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

Color convert

RGB 97 71 37 -
CMYK 0 0.27 0.62 0.62
HSL 34º 0.45% 0.26% -
HSV(B) 34º 0.62% 0.38% -
XYZ 7.52 7.18 2.74 -
YUV 74.9 106.61 143.76 -
System Red Green Blue C M Y K H S L
Decimal 97 71 37 0 0.27 0.62 0.62 34 0.45 0.26
Hex 61 47 25 0 1B 3E 3E 22 2D 1A
Octal 141 107 45 0 33 76 76 42 55 32
Binary 1100001 1000111 100101 0 11011 111110 111110 100010 101101 11010

Color Harmonies of #614725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614725

Black with #614725

Text Example


Text Example

White with #614725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614725; }

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

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

background-color css

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

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

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

border-color css

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

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

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