Html Css Color HEX #614117 Dark Brown

📋 copy color: '#614117'

red 97 ◦ green 65 ◦ blue 23

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

Shades of Dark Brown #614117

Tints of Dark Brown #614117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.43%

R = 52.43%
G = 35.14%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#614117 (or 0x614117) is known color: Dark Brown. HEX triplet: 61, 41 and 17. RGB value is (97,65,23). Sum of RGB (Red+Green+Blue) = 97+65+23=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #614117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614117 is #9EBEE8. Grayscale: #454545. Windows color (decimal): -10403561 or 1524065. OLE color: 1524065.

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

Color convert

RGB 97 65 23 -
CMYK 0 0.33 0.76 0.62
HSL 34.05º 0.62% 0.24% -
HSV(B) 34.05º 0.76% 0.38% -
XYZ 6.97 6.38 1.68 -
YUV 69.78 101.6 147.42 -
System Red Green Blue C M Y K H S L
Decimal 97 65 23 0 0.33 0.76 0.62 34.05 0.62 0.24
Hex 61 41 17 0 21 4C 3E 22 3E 18
Octal 141 101 27 0 41 114 76 42 76 30
Binary 1100001 1000001 10111 0 100001 1001100 111110 100010 111110 11000

Color Harmonies of #614117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614117

Black with #614117

Text Example


Text Example

White with #614117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614117; }

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

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

background-color css

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

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

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

border-color css

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

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

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