Html Css Color HEX #614A22 Dark Brown

📋 copy color: '#614A22'

red 97 ◦ green 74 ◦ blue 34

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

Shades of Dark Brown #614A22

Tints of Dark Brown #614A22

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.1%

 BLUE value IS 34 (13.67% from 255) = 16.59%

R = 47.32%
G = 36.1%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#614A22 (or 0x614A22) is known color: Dark Brown. HEX triplet: 61, 4A and 22. RGB value is (97,74,34). Sum of RGB (Red+Green+Blue) = 97+74+34=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #614A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A22 is #9EB5DD. Grayscale: #4C4C4C. Windows color (decimal): -10401246 or 2247265. OLE color: 2247265.

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

Color convert

RGB 97 74 34 -
CMYK 0 0.24 0.65 0.62
HSL 38.1º 0.48% 0.26% -
HSV(B) 38.1º 0.65% 0.38% -
XYZ 7.67 7.55 2.57 -
YUV 76.32 104.12 142.75 -
System Red Green Blue C M Y K H S L
Decimal 97 74 34 0 0.24 0.65 0.62 38.1 0.48 0.26
Hex 61 4A 22 0 18 41 3E 26 30 1A
Octal 141 112 42 0 30 101 76 46 60 32
Binary 1100001 1001010 100010 0 11000 1000001 111110 100110 110000 11010

Color Harmonies of #614A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A22

Black with #614A22

Text Example


Text Example

White with #614A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614A22; }

 p { color: rgb(97,74,34); }

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

background-color css

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

 a { background-color: rgb(97,74,34); }

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

border-color css

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

 span { border-color: rgb(97,74,34); }

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