Html Css Color HEX #674430 Jambalaya

📋 copy color: '#674430'

red 103 ◦ green 68 ◦ blue 48

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

Shades of Jambalaya #674430

Tints of Jambalaya #674430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.05%

 BLUE value IS 48 (19.14% from 255) = 21.92%

R = 47.03%
G = 31.05%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#674430 (or 0x674430) is known color: Jambalaya. HEX triplet: 67, 44 and 30. RGB value is (103,68,48). Sum of RGB (Red+Green+Blue) = 103+68+48=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 103 - color contains mainly: red. Hex color #674430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674430 is #98BBCF. Grayscale: #4C4C4C. Windows color (decimal): -10009552 or 3163239. OLE color: 3163239.

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

Color convert

RGB 103 68 48 -
CMYK 0 0.34 0.53 0.60
HSL 21.82º 0.36% 0.3% -
HSV(B) 21.82º 0.53% 0.4% -
XYZ 8.19 7.23 3.76 -
YUV 76.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 103 68 48 0 0.34 0.53 0.60 21.82 0.36 0.3
Hex 67 44 30 0 22 35 3C 16 24 1E
Octal 147 104 60 0 42 65 74 26 44 36
Binary 1100111 1000100 110000 0 100010 110101 111100 10110 100100 11110

Color Harmonies of #674430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674430

Black with #674430

Text Example


Text Example

White with #674430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674430; }

 p { color: rgb(103,68,48); }

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

background-color css

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

 a { background-color: rgb(103,68,48); }

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

border-color css

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

 span { border-color: rgb(103,68,48); }

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