Html Css Color HEX #68452F Jambalaya

📋 copy color: '#68452F'

red 104 ◦ green 69 ◦ blue 47

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

Shades of Jambalaya #68452F

Tints of Jambalaya #68452F

RGB

 RED value IS 104 (41.02% from 255) = 47.27%

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

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

R = 47.27%
G = 31.36%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#68452F (or 0x68452F) is known color: Jambalaya. HEX triplet: 68, 45 and 2F. RGB value is (104,69,47). Sum of RGB (Red+Green+Blue) = 104+69+47=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68452F is #97BAD0. Grayscale: #4D4D4D. Windows color (decimal): -9943761 or 3097960. OLE color: 3097960.

HSL color Cylindrical-coordinate representation of color #68452F: hue angle of 23.16º 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 #68452F is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 69 47 -
CMYK 0 0.34 0.55 0.59
HSL 23.16º 0.38% 0.3% -
HSV(B) 23.16º 0.55% 0.41% -
XYZ 8.35 7.4 3.68 -
YUV 76.96 111.1 147.29 -
System Red Green Blue C M Y K H S L
Decimal 104 69 47 0 0.34 0.55 0.59 23.16 0.38 0.3
Hex 68 45 2F 0 22 37 3B 17 26 1E
Octal 150 105 57 0 42 67 73 27 46 36
Binary 1101000 1000101 101111 0 100010 110111 111011 10111 100110 11110

Color Harmonies of #68452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68452F

Black with #68452F

Text Example


Text Example

White with #68452F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,69,47); }

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

background-color css

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

 a { background-color: rgb(104,69,47); }

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

border-color css

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

 span { border-color: rgb(104,69,47); }

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