Html Css Color HEX #61421B Dark Brown

📋 copy color: '#61421B'

red 97 ◦ green 66 ◦ blue 27

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

Shades of Dark Brown #61421B

Tints of Dark Brown #61421B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.74%

 BLUE value IS 27 (10.94% from 255) = 14.21%

R = 51.05%
G = 34.74%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#61421B (or 0x61421B) is known color: Dark Brown. HEX triplet: 61, 42 and 1B. RGB value is (97,66,27). Sum of RGB (Red+Green+Blue) = 97+66+27=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #61421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61421B is #9EBDE4. Grayscale: #474747. Windows color (decimal): -10403301 or 1786465. OLE color: 1786465.

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

Color convert

RGB 97 66 27 -
CMYK 0 0.32 0.72 0.62
HSL 33.43º 0.56% 0.24% -
HSV(B) 33.43º 0.72% 0.38% -
XYZ 7.08 6.52 1.92 -
YUV 70.82 103.27 146.67 -
System Red Green Blue C M Y K H S L
Decimal 97 66 27 0 0.32 0.72 0.62 33.43 0.56 0.24
Hex 61 42 1B 0 20 48 3E 21 38 18
Octal 141 102 33 0 40 110 76 41 70 30
Binary 1100001 1000010 11011 0 100000 1001000 111110 100001 111000 11000

Color Harmonies of #61421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61421B

Black with #61421B

Text Example


Text Example

White with #61421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61421B; }

 p { color: rgb(97,66,27); }

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

background-color css

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

 a { background-color: rgb(97,66,27); }

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

border-color css

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

 span { border-color: rgb(97,66,27); }

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