Html Css Color HEX #614626 Dark Brown

📋 copy color: '#614626'

red 97 ◦ green 70 ◦ blue 38

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

Shades of Dark Brown #614626

Tints of Dark Brown #614626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.54%

R = 47.32%
G = 34.15%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#614626 (or 0x614626) is known color: Dark Brown. HEX triplet: 61, 46 and 26. RGB value is (97,70,38). Sum of RGB (Red+Green+Blue) = 97+70+38=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #614626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614626 is #9EB9D9. Grayscale: #4A4A4A. Windows color (decimal): -10402266 or 2508385. OLE color: 2508385.

HSL color Cylindrical-coordinate representation of color #614626: hue angle of 32.54º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #614626 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 70 38 -
CMYK 0 0.28 0.61 0.62
HSL 32.54º 0.44% 0.26% -
HSV(B) 32.54º 0.61% 0.38% -
XYZ 7.47 7.06 2.8 -
YUV 74.43 107.45 144.1 -
System Red Green Blue C M Y K H S L
Decimal 97 70 38 0 0.28 0.61 0.62 32.54 0.44 0.26
Hex 61 46 26 0 1C 3D 3E 21 2C 1A
Octal 141 106 46 0 34 75 76 41 54 32
Binary 1100001 1000110 100110 0 11100 111101 111110 100001 101100 11010

Color Harmonies of #614626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614626

Black with #614626

Text Example


Text Example

White with #614626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614626; }

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

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

background-color css

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

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

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

border-color css

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

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

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