Html Css Color HEX #614226 Dark Brown

📋 copy color: '#614226'

red 97 ◦ green 66 ◦ blue 38

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

Shades of Dark Brown #614226

Tints of Dark Brown #614226

RGB

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

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

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

R = 48.26%
G = 32.84%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#614226 (or 0x614226) is known color: Dark Brown. HEX triplet: 61, 42 and 26. RGB value is (97,66,38). Sum of RGB (Red+Green+Blue) = 97+66+38=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #614226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614226 is #9EBDD9. Grayscale: #484848. Windows color (decimal): -10403290 or 2507361. OLE color: 2507361.

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

Color convert

RGB 97 66 38 -
CMYK 0 0.32 0.61 0.62
HSL 28.47º 0.44% 0.26% -
HSV(B) 28.47º 0.61% 0.38% -
XYZ 7.23 6.58 2.72 -
YUV 72.08 108.77 145.78 -
System Red Green Blue C M Y K H S L
Decimal 97 66 38 0 0.32 0.61 0.62 28.47 0.44 0.26
Hex 61 42 26 0 20 3D 3E 1C 2C 1A
Octal 141 102 46 0 40 75 76 34 54 32
Binary 1100001 1000010 100110 0 100000 111101 111110 11100 101100 11010

Color Harmonies of #614226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614226

Black with #614226

Text Example


Text Example

White with #614226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614226; }

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

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

background-color css

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

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

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

border-color css

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

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

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