Html Css Color HEX #69482F Jambalaya

📋 copy color: '#69482F'

red 105 ◦ green 72 ◦ blue 47

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

Shades of Jambalaya #69482F

Tints of Jambalaya #69482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.98%

R = 46.88%
G = 32.14%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#69482F (or 0x69482F) is known color: Jambalaya. HEX triplet: 69, 48 and 2F. RGB value is (105,72,47). Sum of RGB (Red+Green+Blue) = 105+72+47=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #69482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69482F is #96B7D0. Grayscale: #4F4F4F. Windows color (decimal): -9877457 or 3098729. OLE color: 3098729.

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

Color convert

RGB 105 72 47 -
CMYK 0 0.31 0.55 0.59
HSL 25.86º 0.38% 0.3% -
HSV(B) 25.86º 0.55% 0.41% -
XYZ 8.66 7.84 3.75 -
YUV 79.02 109.93 146.53 -
System Red Green Blue C M Y K H S L
Decimal 105 72 47 0 0.31 0.55 0.59 25.86 0.38 0.3
Hex 69 48 2F 0 1F 37 3B 1A 26 1E
Octal 151 110 57 0 37 67 73 32 46 36
Binary 1101001 1001000 101111 0 11111 110111 111011 11010 100110 11110

Color Harmonies of #69482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69482F

Black with #69482F

Text Example


Text Example

White with #69482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69482F; }

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

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

background-color css

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

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

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

border-color css

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

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

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