Html Css Color HEX #614123 Dark Brown

📋 copy color: '#614123'

red 97 ◦ green 65 ◦ blue 35

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

Shades of Dark Brown #614123

Tints of Dark Brown #614123

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.99%

 BLUE value IS 35 (14.06% from 255) = 17.77%

R = 49.24%
G = 32.99%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#614123 (or 0x614123) is known color: Dark Brown. HEX triplet: 61, 41 and 23. RGB value is (97,65,35). Sum of RGB (Red+Green+Blue) = 97+65+35=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #614123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614123 is #9EBEDC. Grayscale: #474747. Windows color (decimal): -10403549 or 2310497. OLE color: 2310497.

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

Color convert

RGB 97 65 35 -
CMYK 0 0.33 0.64 0.62
HSL 29.03º 0.47% 0.26% -
HSV(B) 29.03º 0.64% 0.38% -
XYZ 7.12 6.44 2.46 -
YUV 71.15 107.6 146.44 -
System Red Green Blue C M Y K H S L
Decimal 97 65 35 0 0.33 0.64 0.62 29.03 0.47 0.26
Hex 61 41 23 0 21 40 3E 1D 2F 1A
Octal 141 101 43 0 41 100 76 35 57 32
Binary 1100001 1000001 100011 0 100001 1000000 111110 11101 101111 11010

Color Harmonies of #614123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614123

Black with #614123

Text Example


Text Example

White with #614123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614123; }

 p { color: rgb(97,65,35); }

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

background-color css

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

 a { background-color: rgb(97,65,35); }

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

border-color css

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

 span { border-color: rgb(97,65,35); }

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