Html Css Color HEX #634435 Jambalaya

📋 copy color: '#634435'

red 99 ◦ green 68 ◦ blue 53

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

Shades of Jambalaya #634435

Tints of Jambalaya #634435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.09%

R = 45%
G = 30.91%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#634435 (or 0x634435) is known color: Jambalaya. HEX triplet: 63, 44 and 35. RGB value is (99,68,53). Sum of RGB (Red+Green+Blue) = 99+68+53=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #634435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634435 is #9CBBCA. Grayscale: #4B4B4B. Windows color (decimal): -10271691 or 3490915. OLE color: 3490915.

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

Color convert

RGB 99 68 53 -
CMYK 0 0.31 0.46 0.61
HSL 19.57º 0.3% 0.3% -
HSV(B) 19.57º 0.46% 0.39% -
XYZ 7.86 7.04 4.31 -
YUV 75.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 99 68 53 0 0.31 0.46 0.61 19.57 0.3 0.3
Hex 63 44 35 0 1F 2E 3D 14 1E 1E
Octal 143 104 65 0 37 56 75 24 36 36
Binary 1100011 1000100 110101 0 11111 101110 111101 10100 11110 11110

Color Harmonies of #634435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634435

Black with #634435

Text Example


Text Example

White with #634435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634435; }

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

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

background-color css

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

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

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

border-color css

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

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

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