Html Css Color HEX #674C35 Jambalaya

📋 copy color: '#674C35'

red 103 ◦ green 76 ◦ blue 53

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

Shades of Jambalaya #674C35

Tints of Jambalaya #674C35

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.76%

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

R = 44.4%
G = 32.76%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#674C35 (or 0x674C35) is known color: Jambalaya. HEX triplet: 67, 4C and 35. RGB value is (103,76,53). Sum of RGB (Red+Green+Blue) = 103+76+53=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 103 - color contains mainly: red. Hex color #674C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674C35 is #98B3CA. Grayscale: #515151. Windows color (decimal): -10007499 or 3492967. OLE color: 3492967.

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

Color convert

RGB 103 76 53 -
CMYK 0 0.26 0.49 0.60
HSL 27.6º 0.32% 0.31% -
HSV(B) 27.6º 0.49% 0.4% -
XYZ 8.82 8.31 4.51 -
YUV 81.45 111.95 143.37 -
System Red Green Blue C M Y K H S L
Decimal 103 76 53 0 0.26 0.49 0.60 27.6 0.32 0.31
Hex 67 4C 35 0 1A 31 3C 1C 20 1F
Octal 147 114 65 0 32 61 74 34 40 37
Binary 1100111 1001100 110101 0 11010 110001 111100 11100 100000 11111

Color Harmonies of #674C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674C35

Black with #674C35

Text Example


Text Example

White with #674C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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