Html Css Color HEX #674535 Jambalaya

📋 copy color: '#674535'

red 103 ◦ green 69 ◦ blue 53

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

Shades of Jambalaya #674535

Tints of Jambalaya #674535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.67%

 BLUE value IS 53 (21.09% from 255) = 23.56%

R = 45.78%
G = 30.67%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#674535 (or 0x674535) is known color: Jambalaya. HEX triplet: 67, 45 and 35. RGB value is (103,69,53). Sum of RGB (Red+Green+Blue) = 103+69+53=225 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.78% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 103 - color contains mainly: red. Hex color #674535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674535 is #98BACA. Grayscale: #4D4D4D. Windows color (decimal): -10009291 or 3491175. OLE color: 3491175.

HSL color Cylindrical-coordinate representation of color #674535: hue angle of 19.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #674535 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 69 53 -
CMYK 0 0.33 0.49 0.60
HSL 19.2º 0.32% 0.31% -
HSV(B) 19.2º 0.49% 0.4% -
XYZ 8.36 7.4 4.36 -
YUV 77.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 103 69 53 0 0.33 0.49 0.60 19.2 0.32 0.31
Hex 67 45 35 0 21 31 3C 13 20 1F
Octal 147 105 65 0 41 61 74 23 40 37
Binary 1100111 1000101 110101 0 100001 110001 111100 10011 100000 11111

Color Harmonies of #674535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674535

Black with #674535

Text Example


Text Example

White with #674535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674535; }

 p { color: rgb(103,69,53); }

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

background-color css

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

 a { background-color: rgb(103,69,53); }

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

border-color css

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

 span { border-color: rgb(103,69,53); }

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