Html Css Color HEX #63423F Congo Brown

📋 copy color: '#63423F'

red 99 ◦ green 66 ◦ blue 63

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

Shades of Congo Brown #63423F

Tints of Congo Brown #63423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.95%

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

R = 43.42%
G = 28.95%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#63423F (or 0x63423F) is known color: Congo Brown. HEX triplet: 63, 42 and 3F. RGB value is (99,66,63). Sum of RGB (Red+Green+Blue) = 99+66+63=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #63423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63423F is #9CBDC0. Grayscale: #4B4B4B. Windows color (decimal): -10272193 or 4145763. OLE color: 4145763.

HSL color Cylindrical-coordinate representation of color #63423F: hue angle of 5º 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 #63423F is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 66 63 -
CMYK 0 0.33 0.36 0.61
HSL 0.22% 0.32% -
HSV(B) 0.36% 0.39% -
XYZ 7.99 6.91 5.61 -
YUV 75.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 99 66 63 0 0.33 0.36 0.61 5 0.22 0.32
Hex 63 42 3F 0 21 24 3D 5 16 20
Octal 143 102 77 0 41 44 75 5 26 40
Binary 1100011 1000010 111111 0 100001 100100 111101 101 10110 100000

Color Harmonies of #63423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63423F

Black with #63423F

Text Example


Text Example

White with #63423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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