Html Css Color HEX #614826 Dark Brown

📋 copy color: '#614826'

red 97 ◦ green 72 ◦ blue 38

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

Shades of Dark Brown #614826

Tints of Dark Brown #614826

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.78%

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

R = 46.86%
G = 34.78%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#614826 (or 0x614826) is known color: Dark Brown. HEX triplet: 61, 48 and 26. RGB value is (97,72,38). Sum of RGB (Red+Green+Blue) = 97+72+38=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #614826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614826 is #9EB7D9. Grayscale: #4B4B4B. Windows color (decimal): -10401754 or 2508897. OLE color: 2508897.

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

Color convert

RGB 97 72 38 -
CMYK 0 0.26 0.61 0.62
HSL 34.58º 0.44% 0.26% -
HSV(B) 34.58º 0.61% 0.38% -
XYZ 7.6 7.32 2.85 -
YUV 75.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 97 72 38 0 0.26 0.61 0.62 34.58 0.44 0.26
Hex 61 48 26 0 1A 3D 3E 23 2C 1A
Octal 141 110 46 0 32 75 76 43 54 32
Binary 1100001 1001000 100110 0 11010 111101 111110 100011 101100 11010

Color Harmonies of #614826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614826

Black with #614826

Text Example


Text Example

White with #614826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614826; }

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

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

background-color css

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

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

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

border-color css

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

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

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