Html Css Color HEX #674332 Jambalaya

📋 copy color: '#674332'

red 103 ◦ green 67 ◦ blue 50

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

Shades of Jambalaya #674332

Tints of Jambalaya #674332

RGB

 RED value IS 103 (40.63% from 255) = 46.82%

 GREEN value IS 67 (26.56% from 255) = 30.45%

 BLUE value IS 50 (19.92% from 255) = 22.73%

R = 46.82%
G = 30.45%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#674332 (or 0x674332) is known color: Jambalaya. HEX triplet: 67, 43 and 32. RGB value is (103,67,50). Sum of RGB (Red+Green+Blue) = 103+67+50=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 103 - color contains mainly: red. Hex color #674332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674332 is #98BCCD. Grayscale: #4B4B4B. Windows color (decimal): -10009806 or 3294055. OLE color: 3294055.

HSL color Cylindrical-coordinate representation of color #674332: hue angle of 19.25º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #674332 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 67 50 -
CMYK 0 0.35 0.51 0.60
HSL 19.25º 0.35% 0.3% -
HSV(B) 19.25º 0.51% 0.4% -
XYZ 8.18 7.13 3.96 -
YUV 75.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 103 67 50 0 0.35 0.51 0.60 19.25 0.35 0.3
Hex 67 43 32 0 23 33 3C 13 23 1E
Octal 147 103 62 0 43 63 74 23 43 36
Binary 1100111 1000011 110010 0 100011 110011 111100 10011 100011 11110

Color Harmonies of #674332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674332

Black with #674332

Text Example


Text Example

White with #674332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674332; }

 p { color: rgb(103,67,50); }

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

background-color css

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

 a { background-color: rgb(103,67,50); }

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

border-color css

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

 span { border-color: rgb(103,67,50); }

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