Html Css Color HEX #614621 Dark Brown

📋 copy color: '#614621'

red 97 ◦ green 70 ◦ blue 33

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

Shades of Dark Brown #614621

Tints of Dark Brown #614621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.5%

R = 48.5%
G = 35%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#614621 (or 0x614621) is known color: Dark Brown. HEX triplet: 61, 46 and 21. RGB value is (97,70,33). Sum of RGB (Red+Green+Blue) = 97+70+33=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #614621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614621 is #9EB9DE. Grayscale: #4A4A4A. Windows color (decimal): -10402271 or 2180705. OLE color: 2180705.

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

Color convert

RGB 97 70 33 -
CMYK 0 0.28 0.66 0.62
HSL 34.69º 0.49% 0.25% -
HSV(B) 34.69º 0.66% 0.38% -
XYZ 7.39 7.03 2.41 -
YUV 73.86 104.95 144.51 -
System Red Green Blue C M Y K H S L
Decimal 97 70 33 0 0.28 0.66 0.62 34.69 0.49 0.25
Hex 61 46 21 0 1C 42 3E 23 31 19
Octal 141 106 41 0 34 102 76 43 61 31
Binary 1100001 1000110 100001 0 11100 1000010 111110 100011 110001 11001

Color Harmonies of #614621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614621

Black with #614621

Text Example


Text Example

White with #614621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614621; }

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

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

background-color css

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

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

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

border-color css

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

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

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