Html Css Color HEX #61461A Dark Brown

📋 copy color: '#61461A'

red 97 ◦ green 70 ◦ blue 26

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

Shades of Dark Brown #61461A

Tints of Dark Brown #61461A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.47%

R = 50.26%
G = 36.27%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#61461A (or 0x61461A) is known color: Dark Brown. HEX triplet: 61, 46 and 1A. RGB value is (97,70,26). Sum of RGB (Red+Green+Blue) = 97+70+26=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61461A is #9EB9E5. Grayscale: #494949. Windows color (decimal): -10402278 or 1721953. OLE color: 1721953.

HSL color Cylindrical-coordinate representation of color #61461A: hue angle of 37.18º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61461A is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 70 26 -
CMYK 0 0.28 0.73 0.62
HSL 37.18º 0.58% 0.24% -
HSV(B) 37.18º 0.73% 0.38% -
XYZ 7.31 7 1.94 -
YUV 73.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 97 70 26 0 0.28 0.73 0.62 37.18 0.58 0.24
Hex 61 46 1A 0 1C 49 3E 25 3A 18
Octal 141 106 32 0 34 111 76 45 72 30
Binary 1100001 1000110 11010 0 11100 1001001 111110 100101 111010 11000

Color Harmonies of #61461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61461A

Black with #61461A

Text Example


Text Example

White with #61461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61461A; }

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

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

background-color css

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

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

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

border-color css

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

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

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