Html Css Color HEX #68302F Persian Plum

📋 copy color: '#68302F'

red 104 ◦ green 48 ◦ blue 47

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

Shades of Persian Plum #68302F

Tints of Persian Plum #68302F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.12%

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

R = 52.26%
G = 24.12%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#68302F (or 0x68302F) is known color: Persian Plum. HEX triplet: 68, 30 and 2F. RGB value is (104,48,47). Sum of RGB (Red+Green+Blue) = 104+48+47=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68302F is #97CFD0. Grayscale: #404040. Windows color (decimal): -9949137 or 3092584. OLE color: 3092584.

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

Color convert

RGB 104 48 47 -
CMYK 0 0.54 0.55 0.59
HSL 1.05º 0.38% 0.3% -
HSV(B) 1.05º 0.55% 0.41% -
XYZ 7.28 5.26 3.32 -
YUV 64.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 104 48 47 0 0.54 0.55 0.59 1.05 0.38 0.3
Hex 68 30 2F 0 36 37 3B 1 26 1E
Octal 150 60 57 0 66 67 73 1 46 36
Binary 1101000 110000 101111 0 110110 110111 111011 1 100110 11110

Color Harmonies of #68302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68302F

Black with #68302F

Text Example


Text Example

White with #68302F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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