Html Css Color HEX #61461F Dark Brown

📋 copy color: '#61461F'

red 97 ◦ green 70 ◦ blue 31

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

Shades of Dark Brown #61461F

Tints of Dark Brown #61461F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.66%

R = 48.99%
G = 35.35%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#61461F (or 0x61461F) is known color: Dark Brown. HEX triplet: 61, 46 and 1F. RGB value is (97,70,31). Sum of RGB (Red+Green+Blue) = 97+70+31=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #61461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61461F is #9EB9E0. Grayscale: #494949. Windows color (decimal): -10402273 or 2049633. OLE color: 2049633.

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

Color convert

RGB 97 70 31 -
CMYK 0 0.28 0.68 0.62
HSL 35.45º 0.52% 0.25% -
HSV(B) 35.45º 0.68% 0.38% -
XYZ 7.37 7.02 2.26 -
YUV 73.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 97 70 31 0 0.28 0.68 0.62 35.45 0.52 0.25
Hex 61 46 1F 0 1C 44 3E 23 34 19
Octal 141 106 37 0 34 104 76 43 64 31
Binary 1100001 1000110 11111 0 11100 1000100 111110 100011 110100 11001

Color Harmonies of #61461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61461F

Black with #61461F

Text Example


Text Example

White with #61461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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