Html Css Color HEX #674730 Jambalaya

📋 copy color: '#674730'

red 103 ◦ green 71 ◦ blue 48

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

Shades of Jambalaya #674730

Tints of Jambalaya #674730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.98%

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

R = 46.4%
G = 31.98%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#674730 (or 0x674730) is known color: Jambalaya. HEX triplet: 67, 47 and 30. RGB value is (103,71,48). Sum of RGB (Red+Green+Blue) = 103+71+48=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 103 - color contains mainly: red. Hex color #674730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674730 is #98B8CF. Grayscale: #4E4E4E. Windows color (decimal): -10008784 or 3164007. OLE color: 3164007.

HSL color Cylindrical-coordinate representation of color #674730: hue angle of 25.09º 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 #674730 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 71 48 -
CMYK 0 0.31 0.53 0.60
HSL 25.09º 0.36% 0.3% -
HSV(B) 25.09º 0.53% 0.4% -
XYZ 8.38 7.6 3.82 -
YUV 77.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 103 71 48 0 0.31 0.53 0.60 25.09 0.36 0.3
Hex 67 47 30 0 1F 35 3C 19 24 1E
Octal 147 107 60 0 37 65 74 31 44 36
Binary 1100111 1000111 110000 0 11111 110101 111100 11001 100100 11110

Color Harmonies of #674730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674730

Black with #674730

Text Example


Text Example

White with #674730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674730; }

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

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

background-color css

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

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

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

border-color css

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

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

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