Html Css Color HEX #63463F Congo Brown

📋 copy color: '#63463F'

red 99 ◦ green 70 ◦ blue 63

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

Shades of Congo Brown #63463F

Tints of Congo Brown #63463F

RGB

 RED value IS 99 (39.06% from 255) = 42.67%

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

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

R = 42.67%
G = 30.17%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#63463F (or 0x63463F) is known color: Congo Brown. HEX triplet: 63, 46 and 3F. RGB value is (99,70,63). Sum of RGB (Red+Green+Blue) = 99+70+63=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #63463F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63463F is #9CB9C0. Grayscale: #4D4D4D. Windows color (decimal): -10271169 or 4146787. OLE color: 4146787.

HSL color Cylindrical-coordinate representation of color #63463F: hue angle of 11.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63463F is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 70 63 -
CMYK 0 0.29 0.36 0.61
HSL 11.67º 0.22% 0.32% -
HSV(B) 11.67º 0.36% 0.39% -
XYZ 8.23 7.39 5.7 -
YUV 77.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 99 70 63 0 0.29 0.36 0.61 11.67 0.22 0.32
Hex 63 46 3F 0 1D 24 3D C 16 20
Octal 143 106 77 0 35 44 75 14 26 40
Binary 1100011 1000110 111111 0 11101 100100 111101 1100 10110 100000

Color Harmonies of #63463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63463F

Black with #63463F

Text Example


Text Example

White with #63463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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