Html Css Color HEX #634A35 Jambalaya

📋 copy color: '#634A35'

red 99 ◦ green 74 ◦ blue 53

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

Shades of Jambalaya #634A35

Tints of Jambalaya #634A35

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.74%

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

R = 43.81%
G = 32.74%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#634A35 (or 0x634A35) is known color: Jambalaya. HEX triplet: 63, 4A and 35. RGB value is (99,74,53). Sum of RGB (Red+Green+Blue) = 99+74+53=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #634A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A35 is #9CB5CA. Grayscale: #4F4F4F. Windows color (decimal): -10270155 or 3492451. OLE color: 3492451.

HSL color Cylindrical-coordinate representation of color #634A35: hue angle of 27.39º 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 #634A35 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 74 53 -
CMYK 0 0.25 0.46 0.61
HSL 27.39º 0.3% 0.3% -
HSV(B) 27.39º 0.46% 0.39% -
XYZ 8.24 7.81 4.44 -
YUV 79.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 99 74 53 0 0.25 0.46 0.61 27.39 0.3 0.3
Hex 63 4A 35 0 19 2E 3D 1B 1E 1E
Octal 143 112 65 0 31 56 75 33 36 36
Binary 1100011 1001010 110101 0 11001 101110 111101 11011 11110 11110

Color Harmonies of #634A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634A35

Black with #634A35

Text Example


Text Example

White with #634A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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