Html Css Color HEX #61421E Dark Brown

📋 copy color: '#61421E'

red 97 ◦ green 66 ◦ blue 30

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

Shades of Dark Brown #61421E

Tints of Dark Brown #61421E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.54%

R = 50.26%
G = 34.2%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#61421E (or 0x61421E) is known color: Dark Brown. HEX triplet: 61, 42 and 1E. RGB value is (97,66,30). Sum of RGB (Red+Green+Blue) = 97+66+30=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61421E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61421E is #9EBDE1. Grayscale: #474747. Windows color (decimal): -10403298 or 1983073. OLE color: 1983073.

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

Color convert

RGB 97 66 30 -
CMYK 0 0.32 0.69 0.62
HSL 32.24º 0.53% 0.25% -
HSV(B) 32.24º 0.69% 0.38% -
XYZ 7.11 6.53 2.11 -
YUV 71.17 104.77 146.43 -
System Red Green Blue C M Y K H S L
Decimal 97 66 30 0 0.32 0.69 0.62 32.24 0.53 0.25
Hex 61 42 1E 0 20 45 3E 20 35 19
Octal 141 102 36 0 40 105 76 40 65 31
Binary 1100001 1000010 11110 0 100000 1000101 111110 100000 110101 11001

Color Harmonies of #61421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61421E

Black with #61421E

Text Example


Text Example

White with #61421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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