Html Css Color HEX #614521 Dark Brown

📋 copy color: '#614521'

red 97 ◦ green 69 ◦ blue 33

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

Shades of Dark Brown #614521

Tints of Dark Brown #614521

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.67%

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

R = 48.74%
G = 34.67%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#614521 (or 0x614521) is known color: Dark Brown. HEX triplet: 61, 45 and 21. RGB value is (97,69,33). Sum of RGB (Red+Green+Blue) = 97+69+33=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #614521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614521 is #9EBADE. Grayscale: #494949. Windows color (decimal): -10402527 or 2180449. OLE color: 2180449.

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

Color convert

RGB 97 69 33 -
CMYK 0 0.29 0.66 0.62
HSL 33.75º 0.49% 0.25% -
HSV(B) 33.75º 0.66% 0.38% -
XYZ 7.33 6.91 2.39 -
YUV 73.27 105.28 144.93 -
System Red Green Blue C M Y K H S L
Decimal 97 69 33 0 0.29 0.66 0.62 33.75 0.49 0.25
Hex 61 45 21 0 1D 42 3E 22 31 19
Octal 141 105 41 0 35 102 76 42 61 31
Binary 1100001 1000101 100001 0 11101 1000010 111110 100010 110001 11001

Color Harmonies of #614521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614521

Black with #614521

Text Example


Text Example

White with #614521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614521; }

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

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

background-color css

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

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

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

border-color css

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

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

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