Html Css Color HEX #61461D Dark Brown

📋 copy color: '#61461D'

red 97 ◦ green 70 ◦ blue 29

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

Shades of Dark Brown #61461D

Tints of Dark Brown #61461D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.8%

R = 49.49%
G = 35.71%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#61461D (or 0x61461D) is known color: Dark Brown. HEX triplet: 61, 46 and 1D. RGB value is (97,70,29). Sum of RGB (Red+Green+Blue) = 97+70+29=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #61461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61461D is #9EB9E2. Grayscale: #494949. Windows color (decimal): -10402275 or 1918561. OLE color: 1918561.

HSL color Cylindrical-coordinate representation of color #61461D: hue angle of 36.18º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61461D is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 70 29 -
CMYK 0 0.28 0.70 0.62
HSL 36.18º 0.54% 0.25% -
HSV(B) 36.18º 0.7% 0.38% -
XYZ 7.34 7.01 2.13 -
YUV 73.4 102.95 144.83 -
System Red Green Blue C M Y K H S L
Decimal 97 70 29 0 0.28 0.70 0.62 36.18 0.54 0.25
Hex 61 46 1D 0 1C 46 3E 24 36 19
Octal 141 106 35 0 34 106 76 44 66 31
Binary 1100001 1000110 11101 0 11100 1000110 111110 100100 110110 11001

Color Harmonies of #61461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61461D

Black with #61461D

Text Example


Text Example

White with #61461D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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