Html Css Color HEX #634440 Congo Brown

📋 copy color: '#634440'

red 99 ◦ green 68 ◦ blue 64

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

Shades of Congo Brown #634440

Tints of Congo Brown #634440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.71%

R = 42.86%
G = 29.44%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#634440 (or 0x634440) is known color: Congo Brown. HEX triplet: 63, 44 and 40. RGB value is (99,68,64). Sum of RGB (Red+Green+Blue) = 99+68+64=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #634440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634440 is #9CBBBF. Grayscale: #4C4C4C. Windows color (decimal): -10271680 or 4211811. OLE color: 4211811.

HSL color Cylindrical-coordinate representation of color #634440: hue angle of 6.86º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #634440 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 68 64 -
CMYK 0 0.31 0.35 0.61
HSL 6.86º 0.21% 0.32% -
HSV(B) 6.86º 0.35% 0.39% -
XYZ 8.14 7.16 5.8 -
YUV 76.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 99 68 64 0 0.31 0.35 0.61 6.86 0.21 0.32
Hex 63 44 40 0 1F 23 3D 7 15 20
Octal 143 104 100 0 37 43 75 7 25 40
Binary 1100011 1000100 1000000 0 11111 100011 111101 111 10101 100000

Color Harmonies of #634440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634440

Black with #634440

Text Example


Text Example

White with #634440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634440; }

 p { color: rgb(99,68,64); }

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

background-color css

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

 a { background-color: rgb(99,68,64); }

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

border-color css

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

 span { border-color: rgb(99,68,64); }

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