Html Css Color HEX #614528 Dark Brown

📋 copy color: '#614528'

red 97 ◦ green 69 ◦ blue 40

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

Shades of Dark Brown #614528

Tints of Dark Brown #614528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 47.09%
G = 33.5%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#614528 (or 0x614528) is known color: Dark Brown. HEX triplet: 61, 45 and 28. RGB value is (97,69,40). Sum of RGB (Red+Green+Blue) = 97+69+40=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #614528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614528 is #9EBAD7. Grayscale: #4A4A4A. Windows color (decimal): -10402520 or 2639201. OLE color: 2639201.

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

Color convert

RGB 97 69 40 -
CMYK 0 0.29 0.59 0.62
HSL 30.53º 0.42% 0.27% -
HSV(B) 30.53º 0.59% 0.38% -
XYZ 7.44 6.95 2.96 -
YUV 74.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 97 69 40 0 0.29 0.59 0.62 30.53 0.42 0.27
Hex 61 45 28 0 1D 3B 3E 1F 2A 1B
Octal 141 105 50 0 35 73 76 37 52 33
Binary 1100001 1000101 101000 0 11101 111011 111110 11111 101010 11011

Color Harmonies of #614528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614528

Black with #614528

Text Example


Text Example

White with #614528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614528; }

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

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

background-color css

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

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

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

border-color css

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

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

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