Html Css Color HEX #658369 Laurel

📋 copy color: '#658369'

red 101 ◦ green 131 ◦ blue 105

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

Shades of Laurel #658369

Tints of Laurel #658369

RGB

 RED value IS 101 (39.84% from 255) = 29.97%

 GREEN value IS 131 (51.56% from 255) = 38.87%

 BLUE value IS 105 (41.41% from 255) = 31.16%

R = 29.97%
G = 38.87%
B = 31.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#658369 (or 0x658369) is known color: Laurel. HEX triplet: 65, 83 and 69. RGB value is (101,131,105). Sum of RGB (Red+Green+Blue) = 101+131+105=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 131 - color contains mainly: green. Hex color #658369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658369 is #9A7C96. Grayscale: #777777. Windows color (decimal): -10124439 or 6914917. OLE color: 6914917.

HSL color Cylindrical-coordinate representation of color #658369: hue angle of 128º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #658369 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 131 105 -
CMYK 0.23 0 0.20 0.49
HSL 128º 0.13% 0.45% -
HSV(B) 128º 0.23% 0.51% -
XYZ 16.03 20.02 16.38 -
YUV 119.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 101 131 105 0.23 0 0.20 0.49 128 0.13 0.45
Hex 65 83 69 17 0 14 31 80 D 2D
Octal 145 203 151 27 0 24 61 200 15 55
Binary 1100101 10000011 1101001 10111 0 10100 110001 10000000 1101 101101

Color Harmonies of #658369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658369

Black with #658369

Text Example


Text Example

White with #658369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658369; }

 p { color: rgb(101,131,105); }

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

background-color css

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

 a { background-color: rgb(101,131,105); }

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

border-color css

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

 span { border-color: rgb(101,131,105); }

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