Html Css Color HEX #61401C Dark Brown

📋 copy color: '#61401C'

red 97 ◦ green 64 ◦ blue 28

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

Shades of Dark Brown #61401C

Tints of Dark Brown #61401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.86%

 BLUE value IS 28 (11.33% from 255) = 14.81%

R = 51.32%
G = 33.86%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#61401C (or 0x61401C) is known color: Dark Brown. HEX triplet: 61, 40 and 1C. RGB value is (97,64,28). Sum of RGB (Red+Green+Blue) = 97+64+28=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #61401C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61401C is #9EBFE3. Grayscale: #454545. Windows color (decimal): -10403812 or 1851489. OLE color: 1851489.

HSL color Cylindrical-coordinate representation of color #61401C: hue angle of 31.3º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61401C is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 64 28 -
CMYK 0 0.34 0.71 0.62
HSL 31.3º 0.55% 0.25% -
HSV(B) 31.3º 0.71% 0.38% -
XYZ 6.97 6.29 1.95 -
YUV 69.76 104.43 147.43 -
System Red Green Blue C M Y K H S L
Decimal 97 64 28 0 0.34 0.71 0.62 31.3 0.55 0.25
Hex 61 40 1C 0 22 47 3E 1F 37 19
Octal 141 100 34 0 42 107 76 37 67 31
Binary 1100001 1000000 11100 0 100010 1000111 111110 11111 110111 11001

Color Harmonies of #61401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61401C

Black with #61401C

Text Example


Text Example

White with #61401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61401C; }

 p { color: rgb(97,64,28); }

 H1.HeaderClassName
 {
   color: #61401C;
 }
 .AnyTagClassName
 {
   color: #61401C;
 }
</style>

background-color css

<style>
 a { background-color: #61401C; }

 a { background-color: rgb(97,64,28); }

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

border-color css

<style>
 span { border-color: #61401C; }

 span { border-color: rgb(97,64,28); }

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