Html Css Color HEX #694830 Jambalaya

📋 copy color: '#694830'

red 105 ◦ green 72 ◦ blue 48

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

Shades of Jambalaya #694830

Tints of Jambalaya #694830

RGB

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

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

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

R = 46.67%
G = 32%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#694830 (or 0x694830) is known color: Jambalaya. HEX triplet: 69, 48 and 30. RGB value is (105,72,48). Sum of RGB (Red+Green+Blue) = 105+72+48=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #694830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694830 is #96B7CF. Grayscale: #4F4F4F. Windows color (decimal): -9877456 or 3164265. OLE color: 3164265.

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

Color convert

RGB 105 72 48 -
CMYK 0 0.31 0.54 0.59
HSL 25.26º 0.37% 0.3% -
HSV(B) 25.26º 0.54% 0.41% -
XYZ 8.68 7.85 3.85 -
YUV 79.13 110.43 146.45 -
System Red Green Blue C M Y K H S L
Decimal 105 72 48 0 0.31 0.54 0.59 25.26 0.37 0.3
Hex 69 48 30 0 1F 36 3B 19 25 1E
Octal 151 110 60 0 37 66 73 31 45 36
Binary 1101001 1001000 110000 0 11111 110110 111011 11001 100101 11110

Color Harmonies of #694830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694830

Black with #694830

Text Example


Text Example

White with #694830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694830; }

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

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

background-color css

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

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

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

border-color css

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

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

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