Html Css Color HEX #674231 Jambalaya

📋 copy color: '#674231'

red 103 ◦ green 66 ◦ blue 49

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

Shades of Jambalaya #674231

Tints of Jambalaya #674231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.28%

 BLUE value IS 49 (19.53% from 255) = 22.48%

R = 47.25%
G = 30.28%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#674231 (or 0x674231) is known color: Jambalaya. HEX triplet: 67, 42 and 31. RGB value is (103,66,49). Sum of RGB (Red+Green+Blue) = 103+66+49=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #674231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674231 is #98BDCE. Grayscale: #4B4B4B. Windows color (decimal): -10010063 or 3228263. OLE color: 3228263.

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

Color convert

RGB 103 66 49 -
CMYK 0 0.36 0.52 0.60
HSL 18.89º 0.36% 0.3% -
HSV(B) 18.89º 0.52% 0.4% -
XYZ 8.1 7 3.83 -
YUV 75.13 113.26 147.88 -
System Red Green Blue C M Y K H S L
Decimal 103 66 49 0 0.36 0.52 0.60 18.89 0.36 0.3
Hex 67 42 31 0 24 34 3C 13 24 1E
Octal 147 102 61 0 44 64 74 23 44 36
Binary 1100111 1000010 110001 0 100100 110100 111100 10011 100100 11110

Color Harmonies of #674231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674231

Black with #674231

Text Example


Text Example

White with #674231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674231; }

 p { color: rgb(103,66,49); }

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

background-color css

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

 a { background-color: rgb(103,66,49); }

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

border-color css

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

 span { border-color: rgb(103,66,49); }

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