Html Css Color HEX #602F2E Persian Plum

📋 copy color: '#602F2E'

red 96 ◦ green 47 ◦ blue 46

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

Shades of Persian Plum #602F2E

Tints of Persian Plum #602F2E

RGB

 RED value IS 96 (37.89% from 255) = 50.79%

 GREEN value IS 47 (18.75% from 255) = 24.87%

 BLUE value IS 46 (18.36% from 255) = 24.34%

R = 50.79%
G = 24.87%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#602F2E (or 0x602F2E) is known color: Persian Plum. HEX triplet: 60, 2F and 2E. RGB value is (96,47,46). Sum of RGB (Red+Green+Blue) = 96+47+46=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #602F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F2E is #9FD0D1. Grayscale: #3D3D3D. Windows color (decimal): -10473682 or 3026784. OLE color: 3026784.

HSL color Cylindrical-coordinate representation of color #602F2E: hue angle of 1.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #602F2E is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 47 46 -
CMYK 0 0.51 0.52 0.62
HSL 1.2º 0.35% 0.28% -
HSV(B) 1.2º 0.52% 0.38% -
XYZ 6.33 4.72 3.16 -
YUV 61.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 96 47 46 0 0.51 0.52 0.62 1.2 0.35 0.28
Hex 60 2F 2E 0 33 34 3E 1 23 1C
Octal 140 57 56 0 63 64 76 1 43 34
Binary 1100000 101111 101110 0 110011 110100 111110 1 100011 11100

Color Harmonies of #602F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F2E

Black with #602F2E

Text Example


Text Example

White with #602F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602F2E; }

 p { color: rgb(96,47,46); }

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

background-color css

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

 a { background-color: rgb(96,47,46); }

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

border-color css

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

 span { border-color: rgb(96,47,46); }

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