Html Css Color HEX #674B38 Jambalaya

📋 copy color: '#674B38'

red 103 ◦ green 75 ◦ blue 56

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

Shades of Jambalaya #674B38

Tints of Jambalaya #674B38

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.05%

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

R = 44.02%
G = 32.05%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.60

RGB Variations

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

Color information

#674B38 (or 0x674B38) is known color: Jambalaya. HEX triplet: 67, 4B and 38. RGB value is (103,75,56). Sum of RGB (Red+Green+Blue) = 103+75+56=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 103 - color contains mainly: red. Hex color #674B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674B38 is #98B4C7. Grayscale: #515151. Windows color (decimal): -10007752 or 3689319. OLE color: 3689319.

HSL color Cylindrical-coordinate representation of color #674B38: hue angle of 24.26º 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 #674B38 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 75 56 -
CMYK 0 0.27 0.46 0.60
HSL 24.26º 0.3% 0.31% -
HSV(B) 24.26º 0.46% 0.4% -
XYZ 8.82 8.2 4.86 -
YUV 81.21 113.78 143.54 -
System Red Green Blue C M Y K H S L
Decimal 103 75 56 0 0.27 0.46 0.60 24.26 0.3 0.31
Hex 67 4B 38 0 1B 2E 3C 18 1E 1F
Octal 147 113 70 0 33 56 74 30 36 37
Binary 1100111 1001011 111000 0 11011 101110 111100 11000 11110 11111

Color Harmonies of #674B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674B38

Black with #674B38

Text Example


Text Example

White with #674B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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