Html Css Color HEX #694838 Jambalaya

📋 copy color: '#694838'

red 105 ◦ green 72 ◦ blue 56

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

Shades of Jambalaya #694838

Tints of Jambalaya #694838

RGB

 RED value IS 105 (41.41% from 255) = 45.06%

 GREEN value IS 72 (28.52% from 255) = 30.9%

 BLUE value IS 56 (22.27% from 255) = 24.03%

R = 45.06%
G = 30.9%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#694838 (or 0x694838) is known color: Jambalaya. HEX triplet: 69, 48 and 38. RGB value is (105,72,56). Sum of RGB (Red+Green+Blue) = 105+72+56=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #694838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694838 is #96B7C7. Grayscale: #505050. Windows color (decimal): -9877448 or 3688553. OLE color: 3688553.

HSL color Cylindrical-coordinate representation of color #694838: hue angle of 19.59º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #694838 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 72 56 -
CMYK 0 0.31 0.47 0.59
HSL 19.59º 0.3% 0.32% -
HSV(B) 19.59º 0.47% 0.41% -
XYZ 8.86 7.92 4.8 -
YUV 80.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 105 72 56 0 0.31 0.47 0.59 19.59 0.3 0.32
Hex 69 48 38 0 1F 2F 3B 14 1E 20
Octal 151 110 70 0 37 57 73 24 36 40
Binary 1101001 1001000 111000 0 11111 101111 111011 10100 11110 100000

Color Harmonies of #694838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694838

Black with #694838

Text Example


Text Example

White with #694838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694838; }

 p { color: rgb(105,72,56); }

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

background-color css

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

 a { background-color: rgb(105,72,56); }

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

border-color css

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

 span { border-color: rgb(105,72,56); }

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