Html Css Color HEX #61443C Very Dark Brown

📋 copy color: '#61443C'

red 97 ◦ green 68 ◦ blue 60

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

Shades of Very Dark Brown #61443C

Tints of Very Dark Brown #61443C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.22%

 BLUE value IS 60 (23.83% from 255) = 26.67%

R = 43.11%
G = 30.22%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#61443C (or 0x61443C) is known color: Very Dark Brown. HEX triplet: 61, 44 and 3C. RGB value is (97,68,60). Sum of RGB (Red+Green+Blue) = 97+68+60=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #61443C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61443C is #9EBBC3. Grayscale: #4B4B4B. Windows color (decimal): -10402756 or 3949665. OLE color: 3949665.

HSL color Cylindrical-coordinate representation of color #61443C: hue angle of 12.97º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61443C is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 68 60 -
CMYK 0 0.30 0.38 0.62
HSL 12.97º 0.24% 0.31% -
HSV(B) 12.97º 0.38% 0.38% -
XYZ 7.81 7 5.21 -
YUV 75.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 97 68 60 0 0.30 0.38 0.62 12.97 0.24 0.31
Hex 61 44 3C 0 1E 26 3E D 18 1F
Octal 141 104 74 0 36 46 76 15 30 37
Binary 1100001 1000100 111100 0 11110 100110 111110 1101 11000 11111

Color Harmonies of #61443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61443C

Black with #61443C

Text Example


Text Example

White with #61443C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,68,60); }

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

background-color css

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

 a { background-color: rgb(97,68,60); }

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

border-color css

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

 span { border-color: rgb(97,68,60); }

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