Html Css Color HEX #674A38 Jambalaya

📋 copy color: '#674A38'

red 103 ◦ green 74 ◦ blue 56

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

Shades of Jambalaya #674A38

Tints of Jambalaya #674A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.03%

R = 44.21%
G = 31.76%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.60

RGB Variations

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

Color information

#674A38 (or 0x674A38) is known color: Jambalaya. HEX triplet: 67, 4A and 38. RGB value is (103,74,56). Sum of RGB (Red+Green+Blue) = 103+74+56=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 103 - color contains mainly: red. Hex color #674A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674A38 is #98B5C7. Grayscale: #505050. Windows color (decimal): -10008008 or 3689063. OLE color: 3689063.

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

Color convert

RGB 103 74 56 -
CMYK 0 0.28 0.46 0.60
HSL 22.98º 0.3% 0.31% -
HSV(B) 22.98º 0.46% 0.4% -
XYZ 8.76 8.07 4.84 -
YUV 80.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 103 74 56 0 0.28 0.46 0.60 22.98 0.3 0.31
Hex 67 4A 38 0 1C 2E 3C 17 1E 1F
Octal 147 112 70 0 34 56 74 27 36 37
Binary 1100111 1001010 111000 0 11100 101110 111100 10111 11110 11111

Color Harmonies of #674A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674A38

Black with #674A38

Text Example


Text Example

White with #674A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674A38; }

 p { color: rgb(103,74,56); }

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

background-color css

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

 a { background-color: rgb(103,74,56); }

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

border-color css

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

 span { border-color: rgb(103,74,56); }

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