Html Css Color HEX #614622 Dark Brown

📋 copy color: '#614622'

red 97 ◦ green 70 ◦ blue 34

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

Shades of Dark Brown #614622

Tints of Dark Brown #614622

RGB

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

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

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

R = 48.26%
G = 34.83%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#614622 (or 0x614622) is known color: Dark Brown. HEX triplet: 61, 46 and 22. RGB value is (97,70,34). Sum of RGB (Red+Green+Blue) = 97+70+34=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #614622 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614622 is #9EB9DD. Grayscale: #4A4A4A. Windows color (decimal): -10402270 or 2246241. OLE color: 2246241.

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

Color convert

RGB 97 70 34 -
CMYK 0 0.28 0.65 0.62
HSL 34.29º 0.48% 0.26% -
HSV(B) 34.29º 0.65% 0.38% -
XYZ 7.41 7.04 2.48 -
YUV 73.97 105.45 144.43 -
System Red Green Blue C M Y K H S L
Decimal 97 70 34 0 0.28 0.65 0.62 34.29 0.48 0.26
Hex 61 46 22 0 1C 41 3E 22 30 1A
Octal 141 106 42 0 34 101 76 42 60 32
Binary 1100001 1000110 100010 0 11100 1000001 111110 100010 110000 11010

Color Harmonies of #614622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614622

Black with #614622

Text Example


Text Example

White with #614622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614622; }

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

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

background-color css

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

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

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

border-color css

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

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

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