Html Css Color HEX #61463F Congo Brown

📋 copy color: '#61463F'

red 97 ◦ green 70 ◦ blue 63

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

Shades of Congo Brown #61463F

Tints of Congo Brown #61463F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.39%

R = 42.17%
G = 30.43%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#61463F (or 0x61463F) is known color: Congo Brown. HEX triplet: 61, 46 and 3F. RGB value is (97,70,63). Sum of RGB (Red+Green+Blue) = 97+70+63=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #61463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61463F is #9EB9C0. Grayscale: #4D4D4D. Windows color (decimal): -10402241 or 4146785. OLE color: 4146785.

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

Color convert

RGB 97 70 63 -
CMYK 0 0.28 0.35 0.62
HSL 12.35º 0.21% 0.31% -
HSV(B) 12.35º 0.35% 0.38% -
XYZ 8.02 7.28 5.69 -
YUV 77.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 97 70 63 0 0.28 0.35 0.62 12.35 0.21 0.31
Hex 61 46 3F 0 1C 23 3E C 15 1F
Octal 141 106 77 0 34 43 76 14 25 37
Binary 1100001 1000110 111111 0 11100 100011 111110 1100 10101 11111

Color Harmonies of #61463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61463F

Black with #61463F

Text Example


Text Example

White with #61463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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